From: DR695H Date: Thu, 23 Feb 2017 17:04:23 +0000 (-0500) Subject: renaming the file we build to have the slash X-Git-Tag: 1.0.0-Amsterdam~626^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6ecdf983c8e71f931871bd5c8f26a78514738f4c;p=ci-management.git renaming the file we build to have the slash renaming the file we build to have the slash otherwise the tag command and push command dont match the build command Change-Id: I523cfc80c0cd3df926cb6b0379e02d16cd8e12be Signed-off-by: DR695H --- diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 81a54aa8b..d7eeaf21b 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -108,7 +108,7 @@ - shell: | cp $WORKSPACE/docker/* . - docker -D build -t testsuite . + docker -D build -t openecomp/testuite . export DOCKER_REPOSITORY="nexus3.openecomp.org:10003" docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest docker push $DOCKER_REPOSITORY/openecomp/testuite:latest \ No newline at end of file