summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-push.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-push.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-push.sh')
-rw-r--r--jjb/include-docker-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh
index 0acc221ea..3e1b883ff 100644
--- a/jjb/include-docker-push.sh
+++ b/jjb/include-docker-push.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
+DOCKER_REPOSITORY="nexus3.onap.org:10003"
SEARCH="aai-service";
DATETIME_STAMP=$(date +%Y%m%dT%H%M%S);
VERSION_FILE="version.properties"