From 4b20239f12baade01ff68b7351ca9919fd794a12 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 24 Mar 2017 11:33:32 -0400 Subject: [PATCH] Update tag to 1.0-STAGING-latest Change-Id: I9bb3d88ad858e89e45d4bc5433d158a9e05b002e Signed-off-by: Jerry Flood --- jjb/global-templates-python.yaml | 8 ++++---- 1 file 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 -- 2.16.6