diff options
author | Jerry Flood <jf9860@att.com> | 2017-03-24 11:33:32 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-03-24 11:33:45 -0400 |
commit | 4b20239f12baade01ff68b7351ca9919fd794a12 (patch) | |
tree | dff85172dc58d28e66ac368c35a9e514969c68c4 | |
parent | 88c8d722d090e893631c824c6250448372a1e75a (diff) |
Update tag to 1.0-STAGING-latest
Change-Id: I9bb3d88ad858e89e45d4bc5433d158a9e05b002e
Signed-off-by: Jerry Flood <jf9860@att.com>
-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 |