From: DR695H Date: Thu, 23 Feb 2017 14:38:37 +0000 (-0500) Subject: updating the python docker build X-Git-Tag: 1.0.0-Amsterdam~634^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b6c0b2f668c942aac0e1743988828e922aff52e4;p=ci-management.git updating the python docker build updating the python docker build to just run the docker build straight without another script Change-Id: I1f720153186310f23e5f303f502f778d8e4db19f Signed-off-by: DR695H --- diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index a5c3b9003..e001f51a0 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -106,4 +106,9 @@ - docker-login - - shell: !include-raw: include-docker-push.sh + - shell: | + cp $WORKSPACE/docker/* . + docker -D build -t testsuite . + export DOCKER_REPOSITORY="nexus3.openecomp.org:10003" + docker tag openecompete:latest $DOCKER_REPOSITORY/openecomp/testuite:latest + docker push $DOCKER_REPOSITORY/openecomp/testuite:latest \ No newline at end of file