summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-login.sh
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-16 09:18:33 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-16 09:19:58 -0700
commitccdcf7aa30bceb488bd73b59b15b4254f0883974 (patch)
treeec9c4dea4a17907e8255ec631b42e9c76ce09282 /jjb/include-docker-login.sh
parent5dc72285a11f783acd6d9ea3d063f93d3e0b6eb1 (diff)
Add new docker.staging repo on port 10004
Change-Id: Icadc95d50e7192943e0771347635d4064e518a39 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/include-docker-login.sh')
-rw-r--r--jjb/include-docker-login.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/include-docker-login.sh b/jjb/include-docker-login.sh
index 3b677b46d..c39b9f37b 100644
--- a/jjb/include-docker-login.sh
+++ b/jjb/include-docker-login.sh
@@ -1,8 +1,11 @@
#!/bin/bash
+# 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:10003 \
+ nexus3.openecomp.org:10004"
for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES;
do