summaryrefslogtreecommitdiff
path: root/jjb/yaml/image-foundry-if-pipeline.yaml
diff options
context:
space:
mode:
authorckonstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:55:30 -0700
committerckonstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:55:30 -0700
commit50b1521a124f70909516016c884e13301a32b5e5 (patch)
treed8956e0c255509faa0cdc40c926446fb89131c1b /jjb/yaml/image-foundry-if-pipeline.yaml
parent85adac51297befc612f4c98a5774a1e4d540f342 (diff)
adjusting for pippiandcarlos env
Diffstat (limited to 'jjb/yaml/image-foundry-if-pipeline.yaml')
-rw-r--r--jjb/yaml/image-foundry-if-pipeline.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/yaml/image-foundry-if-pipeline.yaml b/jjb/yaml/image-foundry-if-pipeline.yaml
index 119fca4..1d5f023 100644
--- a/jjb/yaml/image-foundry-if-pipeline.yaml
+++ b/jjb/yaml/image-foundry-if-pipeline.yaml
@@ -14,11 +14,11 @@
agent {
node {
label "glance_gateway"
- customWorkspace "workspace/image-foundry-vzw"
+ customWorkspace "workspace/image-foundry-pippiandcarlos"
}
}
steps {
- git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry-vzw.git")
+ git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry-pippiandcarlos.git")
}
}
stage("diskimage-builder") {
@@ -29,7 +29,7 @@
}
}
steps {
- git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/image-foundry.git")
+ git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry.git")
sh(script: "./image-foundry.sh")
}
}