From: Jerry Flood Date: Fri, 24 Mar 2017 15:33:32 +0000 (-0400) Subject: Update tag to 1.0-STAGING-latest X-Git-Tag: 1.0.0-Amsterdam~552 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4b20239f12baade01ff68b7351ca9919fd794a12;p=ci-management.git Update tag to 1.0-STAGING-latest Change-Id: I9bb3d88ad858e89e45d4bc5433d158a9e05b002e Signed-off-by: Jerry Flood --- 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