summaryrefslogtreecommitdiff
path: root/jjb/yaml/glance-gateway-if-pipeline.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/yaml/glance-gateway-if-pipeline.yaml')
-rw-r--r--jjb/yaml/glance-gateway-if-pipeline.yaml4
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")
}
}