diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-26 11:09:09 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-26 11:09:09 -0600 |
| commit | 2c9dd669566450891cafd1fb5cde7ff7bf7a4bd9 (patch) | |
| tree | fdfe4e6a917507ad98c80225f204c880d4a9db61 /jjb/yaml | |
| parent | 46dbede156bd0b4bc9299ce73b4f1f917094c3a9 (diff) | |
switch to enable/disable git polling in jenkins jobs
Closes-Bug: IS-26
Diffstat (limited to 'jjb/yaml')
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 8 | ||||
| -rw-r--r-- | jjb/yaml/openbook-pipeline.yaml | 48 |
2 files changed, 28 insertions, 28 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml index 8c2ff85..991837b 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -4,16 +4,16 @@ jobs: - "openbook-core-{branch}-pipeline": branch: "unstable" - poll: true + poll: "true" - "openbook-core-{branch}-pipeline": branch: "develop" - poll: true + poll: "true" - "openbook-core-{branch}-pipeline": branch: "stage" - poll: false + poll: "false" - "openbook-core-{branch}-pipeline": branch: "master" - poll: false + poll: "false" - job-template: name: "openbook-core-{branch}-pipeline" diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml index 37c8dee..8b1b84b 100644 --- a/jjb/yaml/openbook-pipeline.yaml +++ b/jjb/yaml/openbook-pipeline.yaml @@ -6,122 +6,122 @@ artifact: "admin-api-server" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "admin-api-server" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "admin-api-server" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "admin-api-server" branch: "master" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "admin-web-ui" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "admin-web-ui" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "admin-web-ui" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "admin-web-ui" branch: "master" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "customer-api-server" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "customer-api-server" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "customer-api-server" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "customer-api-server" branch: "master" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "customer-web-ui" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "customer-web-ui" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "customer-web-ui" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "customer-web-ui" branch: "master" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "job-scheduler-server" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "job-scheduler-server" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "job-scheduler-server" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "job-scheduler-server" branch: "master" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "workflow-server" branch: "unstable" tag: "4.1" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "workflow-server" branch: "develop" tag: "4.0" - poll: true + poll: "true" - "{artifact}-{branch}-pipeline": artifact: "workflow-server" branch: "stage" tag: "4.0" - poll: false + poll: "false" - "{artifact}-{branch}-pipeline": artifact: "workflow-server" branch: "master" tag: "4.0" - poll: false + poll: "false" - job-template: name: "{artifact}-{branch}-pipeline" |
