diff options
-rw-r--r-- | jjb/global-templates-python.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 05f87cf60..abce88912 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -114,8 +114,8 @@ cp $WORKSPACE/docker/* . docker -D build -t openecomp/testsuite . export REPO="nexus3.openecomp.org:10003" - docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:latest - docker push $REPO/openecomp/testsuite:latest + docker tag openecomp/testsuite:1.0-STAGING-latest $REPO/openecomp/testsuite:1.0-STAGING-latest + docker push $REPO/openecomp/testsuite:1.0-STAGING-latest - job-template: name: '{project-name}-{stream}-2scm-docker-shell-daily' @@ -174,5 +174,5 @@ cp $WORKSPACE/docker/* . docker -D build -t openecomp/testsuite . export REPO="nexus3.openecomp.org:10003" - docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:latest - docker push $REPO/openecomp/testsuite:latest + docker tag openecomp/testsuite:1.0-STAGING-latest $REPO/openecomp/testsuite:1.0-STAGING-latest + docker push $REPO/openecomp/testsuite:1.0-STAGING-latest |