From b6c0b2f668c942aac0e1743988828e922aff52e4 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 23 Feb 2017 09:38:37 -0500 Subject: 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 --- jjb/global-templates-python.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg