renaming the file we build to have the slash 19/1319/1
authorDR695H <dr695h@att.com>
Thu, 23 Feb 2017 17:04:23 +0000 (12:04 -0500)
committerDR695H <dr695h@att.com>
Thu, 23 Feb 2017 17:04:27 +0000 (12:04 -0500)
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 <dr695h@att.com>
jjb/global-templates-python.yaml

index 81a54aa..d7eeaf2 100644 (file)
 
       - 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