From b91a6d4bbaf71001ef1ebb1cd99460bab33ae2d0 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 7 Nov 2017 15:59:10 -0700 Subject: image foundry and glance gateway JJB files --- jjb/yaml/image-foundry-if-pipeline.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'jjb/yaml/image-foundry-if-pipeline.yaml') diff --git a/jjb/yaml/image-foundry-if-pipeline.yaml b/jjb/yaml/image-foundry-if-pipeline.yaml index 69f45e2..15de1dc 100644 --- a/jjb/yaml/image-foundry-if-pipeline.yaml +++ b/jjb/yaml/image-foundry-if-pipeline.yaml @@ -11,11 +11,23 @@ } stages { stage("checkout-elements") { + agent { + node { + label "glance_gateway" + customWorkspace "workspace/image-foundry-vzw" + } + } steps { git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git") } } stage("diskimage-builder") { + 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: "./image-foundry.sh") -- cgit v1.3