From b7e2fe24c1d43acc92fc5ade0d836bcf11369e6d Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 24 Mar 2017 14:26:37 -0400 Subject: [PATCH] Correct update tag to 1.0-STAGING-latest Change-Id: I78ad074ad136f4e74d4f5c2af55a107a000b0838 Signed-off-by: Jerry Flood --- jjb/global-templates-python.yaml | 4 ++-- 1 file 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 -- 2.16.6