summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 13:50:16 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 13:50:16 -0800
commit93274ad438336c273d93945fea114849d45b90d6 (patch)
tree07408c96fc37c4793783c2ab133f8fb7dc1a7f95 /jjb/global-templates-python.yaml
parentb7f1615eca8b8caa0c94711c81911550fb5d6be5 (diff)
De-lint JJB files
* De-lint files * Move the sonar URL calls to a global Jenkins Variable Change-Id: Ic2086d922e848596aab2f2471ee8e615c34f581e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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