summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 48ef46a29..2ba9f7d45 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -113,9 +113,9 @@
- shell: |
cp $WORKSPACE/docker/* .
docker -D build -t openecomp/testsuite .
- export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
- docker tag openecomp/testsuite:latest $DOCKER_REPOSITORY/openecomp/testsuite:latest
- docker push $DOCKER_REPOSITORY/openecomp/testsuite:latest
+ export REPO="nexus3.openecomp.org:10003"
+ docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:latest
+ docker push $REPO/openecomp/testsuite:latest
- job-template:
name: '{project-name}-{stream}-2scm-docker-shell-daily'
@@ -173,6 +173,6 @@
- shell: |
cp $WORKSPACE/docker/* .
docker -D build -t openecomp/testsuite .
- export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
- docker tag openecomp/testsuite:latest $DOCKER_REPOSITORY/openecomp/testsuite:latest
- docker push $DOCKER_REPOSITORY/openecomp/testsuite:latest
+ export REPO="nexus3.openecomp.org:10003"
+ docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:latest
+ docker push $REPO/openecomp/testsuite:latest