[CPS] Jobs for newdelhi branch
[ci-management.git] / jjb / include-docker-login.sh
index 3b677b4..8ecf440 100644 (file)
@@ -1,8 +1,11 @@
 #!/bin/bash
 
-DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
-                   nexus3.openecomp.org:10002 \
-                   nexus3.openecomp.org:10003"
+# vim: ts=4 sw=4 sts=4 et :
+
+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