summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-03-24 14:26:37 -0400
committerJerry Flood <jf9860@att.com>2017-03-24 14:26:45 -0400
commitb7e2fe24c1d43acc92fc5ade0d836bcf11369e6d (patch)
tree82e903a8124c21f99e43a5cc7e67a3ce249eb5f2 /jjb
parent4b20239f12baade01ff68b7351ca9919fd794a12 (diff)
Correct update tag to 1.0-STAGING-latest
Change-Id: I78ad074ad136f4e74d4f5c2af55a107a000b0838 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-python.yaml4
1 files 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