diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:17:35 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:17:35 -0700 |
| commit | ee05c6885f8688c101a186690f716250d7aca657 (patch) | |
| tree | cf29d6237ff6455471c1804ed14d45fadf2f7cf0 /jjb/yaml/ob-deploy-branch.yaml | |
| parent | 184f021a36226f3b0c8dc7f85e440692808f02f8 (diff) | |
syncing up with vzw
Diffstat (limited to 'jjb/yaml/ob-deploy-branch.yaml')
| -rw-r--r-- | jjb/yaml/ob-deploy-branch.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/jjb/yaml/ob-deploy-branch.yaml b/jjb/yaml/ob-deploy-branch.yaml deleted file mode 100644 index 044d871..0000000 --- a/jjb/yaml/ob-deploy-branch.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -- project: - name: "ob-deploy-branch" - branch: - - "unstable" - - "develop" - - "stage" - - "master" - jobs: - - "ob-deploy-branch-{branch}" - -- job-template: - name: "ob-deploy-branch-{branch}" - project-type: freestyle - node: openbook_v4 - properties: - - build-discarder: - days-to-keep: 0 - num-to-keep: 1 - artifact-days-to-keep: 0 - - build-blocker: - use-build-blocker: true - blocking-jobs: - - ".*ob-pipeline" - block_level: 'GLOBAL' - queue-scanning: 'BUILDABLE' - triggers: - - reverse: - jobs: - - "admin-api-server-{branch}-ob-pipeline" - - "admin-web-ui-{branch}-ob-pipeline" - - "customer-api-server-{branch}-ob-pipeline" - - "customer-web-ui-{branch}-ob-pipeline" - - "job-scheduler-server-{branch}-ob-pipeline" - - "workflow-server-{branch}-ob-pipeline" - scm: - - git: - url: git@pippiandcarlos.com:repos/openbook-v4-installer.git - branches: - - master - builders: - - shell: | - ./ob-deploy-branch.sh {branch} |
