From 6ecdf983c8e71f931871bd5c8f26a78514738f4c Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 23 Feb 2017 12:04:23 -0500 Subject: 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 --- jjb/global-templates-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg