diff options
author | DR695H <dr695h@att.com> | 2017-02-23 12:04:23 -0500 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-02-23 12:04:27 -0500 |
commit | 6ecdf983c8e71f931871bd5c8f26a78514738f4c (patch) | |
tree | 65857147d04791a7ad974e4036cbd5413008dfab /jjb | |
parent | 6551e573e0c0adc2d3c034a6f588c8f9d72549a1 (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')
-rw-r--r-- | jjb/global-templates-python.yaml | 2 |
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 |