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/ob-ctl.yaml | 65 ---------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 jjb/yaml/ob-ctl.yaml (limited to 'jjb/yaml/ob-ctl.yaml') diff --git a/jjb/yaml/ob-ctl.yaml b/jjb/yaml/ob-ctl.yaml deleted file mode 100644 index b12ec55..0000000 --- a/jjb/yaml/ob-ctl.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -- project: - name: "ob-ctl" - jobs: - - "ob-ctl-{action}-{branch}": - branch: "unstable" - action: "stop" - - "ob-ctl-{action}-{branch}": - branch: "unstable" - action: "start" - - "ob-ctl-{action}-{branch}": - branch: "unstable" - action: "restart" - - "ob-ctl-{action}-{branch}": - branch: "develop" - action: "stop" - - "ob-ctl-{action}-{branch}": - branch: "develop" - action: "start" - - "ob-ctl-{action}-{branch}": - branch: "develop" - action: "restart" - - "ob-ctl-{action}-{branch}": - branch: "stage" - action: "stop" - - "ob-ctl-{action}-{branch}": - branch: "stage" - action: "start" - - "ob-ctl-{action}-{branch}": - branch: "stage" - action: "restart" - - "ob-ctl-{action}-{branch}": - branch: "master" - action: "stop" - - "ob-ctl-{action}-{branch}": - branch: "master" - action: "start" - - "ob-ctl-{action}-{branch}": - branch: "master" - action: "restart" - -- job-template: - name: "ob-ctl-{action}-{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" - - "ob-deploy-branch.*" - block_level: 'GLOBAL' - queue-scanning: 'BUILDABLE' - scm: - - git: - url: git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git - branches: - - master - builders: - - shell: | - ./ob-ctl.sh {branch} {action} -- cgit v1.3