From 93274ad438336c273d93945fea114849d45b90d6 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 24 Feb 2017 13:50:16 -0800 Subject: 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 --- jjb/global-templates-python.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'jjb/global-templates-python.yaml') 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 -- cgit 1.2.3-korg