summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJeremy Phelps <jphelps@linuxfoundation.org>2017-03-24 18:37:25 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-03-24 18:37:25 +0000
commit041f586d27600136f94816627f0cb8dcb7a0f9b7 (patch)
tree2b4b0c861ff053e92ac1dd4b74fe974fff80725d /jjb
parent972d0c979cd5a3f9d53fac9c5b29a38918a6d40b (diff)
parentb7e2fe24c1d43acc92fc5ade0d836bcf11369e6d (diff)
Merge "Correct update tag to 1.0-STAGING-latest"
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