From: Jerry Flood Date: Fri, 24 Mar 2017 18:26:37 +0000 (-0400) Subject: Correct update tag to 1.0-STAGING-latest X-Git-Tag: 1.0.0-Amsterdam~550^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F2407%2F1;p=ci-management.git Correct update tag to 1.0-STAGING-latest Change-Id: I78ad074ad136f4e74d4f5c2af55a107a000b0838 Signed-off-by: Jerry Flood --- 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