Chore: Update CLM jobs to run only on master
[ci-management.git] / jjb / include-docker-login.sh
index c39b9f3..8ecf440 100644 (file)
@@ -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