diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
| commit | cfa920431bd31ac2e619e32b672f41cfd382ecf5 (patch) | |
| tree | 9f59137e080b219f00c251d92d28b79875444551 /jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml | |
| parent | 924140c06b24e7c981bdc9c2c5c24cac3cb05a45 (diff) | |
Add support to build the database only
Issue: IS-37
Diffstat (limited to 'jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml')
| -rw-r--r-- | jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml index 0be8ad8..81a530a 100644 --- a/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml +++ b/jjb/yaml/verizoncloudplatform.com/ob-ctl.yaml @@ -12,6 +12,15 @@ branch: "unstable" action: "restart" - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "unstable_db" + action: "restart" + - "ob-ctl-{action}-{branch}": branch: "develop" action: "stop" - "ob-ctl-{action}-{branch}": @@ -21,6 +30,15 @@ branch: "develop" action: "restart" - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "develop_db" + action: "restart" + - "ob-ctl-{action}-{branch}": branch: "stage" action: "stop" - "ob-ctl-{action}-{branch}": @@ -30,6 +48,15 @@ branch: "stage" action: "restart" - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "stage_db" + action: "restart" + - "ob-ctl-{action}-{branch}": branch: "master" action: "stop" - "ob-ctl-{action}-{branch}": @@ -38,6 +65,15 @@ - "ob-ctl-{action}-{branch}": branch: "master" action: "restart" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "stop" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "start" + - "ob-ctl-{action}-{branch}": + branch: "master_db" + action: "restart" - job-template: name: "ob-ctl-{action}-{branch}" |
