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/glance-gateway-if-pipeline.yaml | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 jjb/yaml/glance-gateway-if-pipeline.yaml (limited to 'jjb/yaml/glance-gateway-if-pipeline.yaml') diff --git a/jjb/yaml/glance-gateway-if-pipeline.yaml b/jjb/yaml/glance-gateway-if-pipeline.yaml deleted file mode 100644 index 98ca417..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@github.vcp.vzwnet.com:konstca/glance-gateway.git") - } - } - stage("update-images") { - agent { - node { - label "glance_gateway" - customWorkspace "workspace/image-foundry" - } - } - steps { - git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git") - sh(script: "./glance-gateway.sh") - } - } - } - } -- cgit v1.3