diff options
Diffstat (limited to 'jjb/yaml/image-foundry-if-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/image-foundry-if-pipeline.yaml | 6 |
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") } } |
