diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 17:54:32 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 17:54:32 -0600 |
| commit | de6ec2efd6b9ca676b2babdbb5dc98ed8f7d9ef0 (patch) | |
| tree | 84736d585933e08ae87ba87b8c731e92df5c230e /jjb/yaml/openbook-core.yaml | |
| parent | 9797586697647222eaa863b7656b7b434d1afc9d (diff) | |
many things
Diffstat (limited to 'jjb/yaml/openbook-core.yaml')
| -rw-r--r-- | jjb/yaml/openbook-core.yaml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/jjb/yaml/openbook-core.yaml b/jjb/yaml/openbook-core.yaml deleted file mode 100644 index 7a06acf..0000000 --- a/jjb/yaml/openbook-core.yaml +++ /dev/null @@ -1,60 +0,0 @@ ---- -- job: - name: openbook-core-pipeline - project-type: pipeline - dsl: | - pipeline { - agent { - node { - label "master" - } - } - triggers { - pollSCM 'H/5 * * * *' - } - stages { - stage("checkout") { - agent { - node { - label "openbook_v4" - customWorkspace "workspace/openbook-core" - } - } - steps { - checkout([ - scm: [ - $class: "GitSCM", - branches: [ - [name: "master"] - ], - userRemoteConfigs: [ - [url: "git@github.com:Talligent/openbook-core.git"] - ], - poll: true, - changelog: false - ] - ]) - } - } - stage("admin-api-server") { - steps { - build(job: "admin-api-server-pipeline") - } - } - stage("customer-api-server") { - steps { - build(job: "customer-api-server-pipeline") - } - } - stage("job-scheduler-server") { - steps { - build(job: "job-scheduler-server-pipeline") - } - } - stage("workflow-server") { - steps { - build(job: "workflow-server-pipeline") - } - } - } - } |
