From f8ec26529bf36d1a8cce1c320308e31bd9cd797f Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 28 Nov 2017 14:18:16 -0700 Subject: rearranging files to support two remotes --- jjb/yaml/openbook-core-ob-pipeline.yaml | 55 --------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 jjb/yaml/openbook-core-ob-pipeline.yaml (limited to 'jjb/yaml/openbook-core-ob-pipeline.yaml') diff --git a/jjb/yaml/openbook-core-ob-pipeline.yaml b/jjb/yaml/openbook-core-ob-pipeline.yaml deleted file mode 100644 index 32669ab..0000000 --- a/jjb/yaml/openbook-core-ob-pipeline.yaml +++ /dev/null @@ -1,55 +0,0 @@ ---- -- project: - name: "openbook-core-ob-pipeline" - branch: - - "unstable" - - "develop" - - "stage" - - "master" - jobs: - - "openbook-core-{branch}-ob-pipeline" - -- job-template: - name: "openbook-core-{branch}-ob-pipeline" - project-type: pipeline - dsl: | - pipeline {{ - agent {{ - node {{ - label "master" - }} - }} - stages {{ - stage("checkout") {{ - agent {{ - node {{ - label "openbook_v4" - customWorkspace "workspace/openbook-core" - }} - }} - steps {{ - git(poll: false, branch: "{branch}", url: "git@github.com:Talligent/openbook-core.git") - }} - }} - stage("admin-api-server") {{ - steps {{ - build(job: "admin-api-server-{branch}-ob-pipeline") - }} - }} - stage("customer-api-server") {{ - steps {{ - build(job: "customer-api-server-{branch}-ob-pipeline") - }} - }} - stage("job-scheduler-server") {{ - steps {{ - build(job: "job-scheduler-server-{branch}-ob-pipeline") - }} - }} - stage("workflow-server") {{ - steps {{ - build(job: "workflow-server-{branch}-ob-pipeline") - }} - }} - }} - }} -- cgit v1.3