summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
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/global-templates-python.yaml
parentd45ff9569575dedcfa95ae8ab40ba518fac3678a (diff)
Change nexus3 url from ecomp to onap
Change-Id: I8474346c8c37e2c25abc8a426e82cbad38bd656c Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index ad02b5875..13c6ccd1f 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -113,7 +113,7 @@
- shell: |
cp $WORKSPACE/docker/* .
docker -D build -t openecomp/testsuite .
- export REPO="nexus3.openecomp.org:10003"
+ export REPO="nexus3.onap.org:10003"
docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest
docker push $REPO/openecomp/testsuite:1.0-STAGING-latest
@@ -173,6 +173,6 @@
- shell: |
cp $WORKSPACE/docker/* .
docker -D build -t openecomp/testsuite .
- export REPO="nexus3.openecomp.org:10003"
+ export REPO="nexus3.onap.org:10003"
docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest
docker push $REPO/openecomp/testsuite:1.0-STAGING-latest