diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-30 15:36:48 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-30 15:36:48 -0600 |
| commit | 135eb98b29c63ea46d056226e2fa0c3f1d74e44a (patch) | |
| tree | 82bcf1f2f893aba75d4dfaa5de0d478d3a61c115 /jjb/yaml/deploy-branch.yaml | |
| parent | e92ab898c1b2d75ba0907de3d83d70926b936c30 (diff) | |
IS-29 and IS-30
Diffstat (limited to 'jjb/yaml/deploy-branch.yaml')
| -rw-r--r-- | jjb/yaml/deploy-branch.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/jjb/yaml/deploy-branch.yaml b/jjb/yaml/deploy-branch.yaml deleted file mode 100644 index a8a3746..0000000 --- a/jjb/yaml/deploy-branch.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -- project: - name: "deploy-branch" - branch: - - "unstable" - - "develop" - - "stage" - - "master" - jobs: - - "deploy-branch-{branch}" - -- job-template: - name: "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: - - ".*-pipeline" - block_level: 'GLOBAL' - queue-scanning: 'BUILDABLE' - triggers: - - reverse: - jobs: - - "admin-api-server-{branch}-pipeline" - - "admin-web-ui-{branch}-pipeline" - - "customer-api-server-{branch}-pipeline" - - "customer-web-ui-{branch}-pipeline" - - "job-scheduler-server-{branch}-pipeline" - - "workflow-server-{branch}-pipeline" - scm: - - git: - url: git@github.com:Talligent/openbook-v4-installer.git - branches: - - master - builders: - - shell: | - ./deploy-branch.sh {branch} |
