diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-13 16:55:30 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-11-13 16:55:30 -0700 |
| commit | 50b1521a124f70909516016c884e13301a32b5e5 (patch) | |
| tree | d8956e0c255509faa0cdc40c926446fb89131c1b /jjb/yaml/glance-gateway-if-pipeline.yaml | |
| parent | 85adac51297befc612f4c98a5774a1e4d540f342 (diff) | |
adjusting for pippiandcarlos env
Diffstat (limited to 'jjb/yaml/glance-gateway-if-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/glance-gateway-if-pipeline.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/yaml/glance-gateway-if-pipeline.yaml b/jjb/yaml/glance-gateway-if-pipeline.yaml index 98ca417..2353d68 100644 --- a/jjb/yaml/glance-gateway-if-pipeline.yaml +++ b/jjb/yaml/glance-gateway-if-pipeline.yaml @@ -18,7 +18,7 @@ } } steps { - git(poll: false, branch: "master", url: "git@github.vcp.vzwnet.com:konstca/glance-gateway.git") + git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/glance-gateway.git") } } stage("update-images") { @@ -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: "./glance-gateway.sh") } } |
