summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-blessing.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-blessing.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-blessing.sh')
-rwxr-xr-xjjb/include-docker-blessing.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/include-docker-blessing.sh b/jjb/include-docker-blessing.sh
index a2b7c8f0d..0c843f790 100755
--- a/jjb/include-docker-blessing.sh
+++ b/jjb/include-docker-blessing.sh
@@ -24,11 +24,11 @@ then
exit 1
fi
-RELEASE_REPOSITORY="nexus3.openecomp.org:10002"
-SNAPSHOT_REPOSITORY="nexus3.openecomp.org:10003"
+RELEASE_REPOSITORY="nexus3.onap.org:10002"
+SNAPSHOT_REPOSITORY="nexus3.onap.org:10003"
STAGING_IMAGE="openecomp/$PROJECT:$X.$Y-STAGING-latest"
RELEASE_IMAGE="openecomp/$PROJECT:$X.$Y.$Z"
docker pull "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE"
docker tag "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE" "$RELEASE_REPOSITORY/$RELEASE_IMAGE"
-docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE" \ No newline at end of file
+docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE"