diff options
author | 2017-02-23 09:38:37 -0500 | |
---|---|---|
committer | 2017-02-23 10:14:23 -0500 | |
commit | b6c0b2f668c942aac0e1743988828e922aff52e4 (patch) | |
tree | b3a9e5fd6f8003b624b69064d1d843cc7adcd668 /jjb | |
parent | ad9010909d4f1403d702f4692cf6e95347eccd91 (diff) |
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 <dr695h@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-python.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
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 |