diff options
Diffstat (limited to 'jjb/yaml/verizoncloudplatform.com/glance-gateway.yaml')
| -rw-r--r-- | jjb/yaml/verizoncloudplatform.com/glance-gateway.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/jjb/yaml/verizoncloudplatform.com/glance-gateway.yaml b/jjb/yaml/verizoncloudplatform.com/glance-gateway.yaml new file mode 100644 index 0000000..f56ad24 --- /dev/null +++ b/jjb/yaml/verizoncloudplatform.com/glance-gateway.yaml @@ -0,0 +1,26 @@ +--- +- job: + name: "glance-gateway" + project-type: freestyle + node: image_foundry + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + - build-blocker: + use-build-blocker: true + blocking-jobs: + - ".*if-pipeline" + block_level: 'GLOBAL' + queue-scanning: 'BUILDABLE' + artifact-days-to-keep: 0 + triggers: + - github + scm: + - git: + url: "git@github.vcp.vzwnet.com:konstca/glance-gateway.git" + branches: + - "master" + builders: + - trigger-builds: + - project: "glance-gateway-gg-pipeline" |
