diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-python.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index abce88912..ad02b5875 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -114,7 +114,7 @@ cp $WORKSPACE/docker/* . docker -D build -t openecomp/testsuite . export REPO="nexus3.openecomp.org:10003" - docker tag openecomp/testsuite:1.0-STAGING-latest $REPO/openecomp/testsuite:1.0-STAGING-latest + docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest docker push $REPO/openecomp/testsuite:1.0-STAGING-latest - job-template: @@ -174,5 +174,5 @@ cp $WORKSPACE/docker/* . docker -D build -t openecomp/testsuite . export REPO="nexus3.openecomp.org:10003" - docker tag openecomp/testsuite:1.0-STAGING-latest $REPO/openecomp/testsuite:1.0-STAGING-latest + docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest docker push $REPO/openecomp/testsuite:1.0-STAGING-latest |