summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-login.sh
diff options
context:
space:
mode:
authorJeremy Phelps <jphelps@linuxfoundation.org>2017-03-28 15:38:24 -0500
committerJeremy Phelps <jphelps@linuxfoundation.org>2017-03-28 15:51:41 -0500
commit48028ab8d0ec9725d0539701ef013bad263f2b47 (patch)
tree17e06158e0179b8c10a312e35df13a77f62a889a /jjb/include-docker-login.sh
parentd45ff9569575dedcfa95ae8ab40ba518fac3678a (diff)
Change nexus3 url from ecomp to onap
Change-Id: I8474346c8c37e2c25abc8a426e82cbad38bd656c Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
Diffstat (limited to 'jjb/include-docker-login.sh')
-rw-r--r--jjb/include-docker-login.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/include-docker-login.sh b/jjb/include-docker-login.sh
index c39b9f37b..8ecf44022 100644
--- a/jjb/include-docker-login.sh
+++ b/jjb/include-docker-login.sh
@@ -2,10 +2,10 @@
# vim: ts=4 sw=4 sts=4 et :
-DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
- nexus3.openecomp.org:10002 \
- nexus3.openecomp.org:10003 \
- nexus3.openecomp.org:10004"
+DOCKER_REPOSITORIES="nexus3.onap.org:10001 \
+ nexus3.onap.org:10002 \
+ nexus3.onap.org:10003 \
+ nexus3.onap.org:10004"
for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES;
do