diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:17:35 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:17:35 -0700 |
| commit | ee05c6885f8688c101a186690f716250d7aca657 (patch) | |
| tree | cf29d6237ff6455471c1804ed14d45fadf2f7cf0 /jjb/yaml/glance-gateway-if-pipeline.yaml | |
| parent | 184f021a36226f3b0c8dc7f85e440692808f02f8 (diff) | |
syncing up with vzw
Diffstat (limited to 'jjb/yaml/glance-gateway-if-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/glance-gateway-if-pipeline.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/jjb/yaml/glance-gateway-if-pipeline.yaml b/jjb/yaml/glance-gateway-if-pipeline.yaml deleted file mode 100644 index 2353d68..0000000 --- a/jjb/yaml/glance-gateway-if-pipeline.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- -- job: - name: glance-gateway-gg-pipeline - project-type: pipeline - dsl: | - pipeline { - agent { - node { - label "master" - } - } - stages { - stage("checkout-manifests") { - agent { - node { - label "glance_gateway" - customWorkspace "workspace/glance-gateway" - } - } - steps { - git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/glance-gateway.git") - } - } - stage("update-images") { - agent { - node { - label "glance_gateway" - customWorkspace "workspace/image-foundry" - } - } - steps { - git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry.git") - sh(script: "./glance-gateway.sh") - } - } - } - } |
