summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-23 16:47:31 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-23 16:47:31 +0000
commit07170cfc59227448cb02915f338412ea6470e14b (patch)
tree1a52434ea58b1f6b317031822738457374c1e02e /jjb
parent23d14d7d32ec9b4d8232aed2150d75100da8c4f0 (diff)
parent6551e573e0c0adc2d3c034a6f588c8f9d72549a1 (diff)
Merge "adjusting the template to use the correct tag name"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-python.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index e001f51a0..81a54aa8b 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -110,5 +110,5 @@
cp $WORKSPACE/docker/* .
docker -D build -t testsuite .
export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
- docker tag openecompete:latest $DOCKER_REPOSITORY/openecomp/testuite:latest
+ docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest
docker push $DOCKER_REPOSITORY/openecomp/testuite:latest \ No newline at end of file