summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-23 12:04:23 -0500
committerDR695H <dr695h@att.com>2017-02-23 12:04:27 -0500
commit6ecdf983c8e71f931871bd5c8f26a78514738f4c (patch)
tree65857147d04791a7ad974e4036cbd5413008dfab /jjb/global-templates-python.yaml
parent6551e573e0c0adc2d3c034a6f588c8f9d72549a1 (diff)
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 <dr695h@att.com>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-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 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