summaryrefslogtreecommitdiff
path: root/jjb/yaml/image-foundry-if-pipeline.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-07 15:59:10 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-07 15:59:10 -0700
commitb91a6d4bbaf71001ef1ebb1cd99460bab33ae2d0 (patch)
tree0c100ef3f2548b285ab0896089456d37ece7acc7 /jjb/yaml/image-foundry-if-pipeline.yaml
parent2cdc65ab531fcc2b3c9c940590a1e24dce0f01dd (diff)
image foundry and glance gateway JJB files
Diffstat (limited to 'jjb/yaml/image-foundry-if-pipeline.yaml')
-rw-r--r--jjb/yaml/image-foundry-if-pipeline.yaml12
1 files changed, 12 insertions, 0 deletions
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")