From 50b1521a124f70909516016c884e13301a32b5e5 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Mon, 13 Nov 2017 16:55:30 -0700 Subject: adjusting for pippiandcarlos env --- jjb/yaml/image-foundry-if-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 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") } } -- cgit v1.3