diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-23 15:21:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-23 15:21:54 +0000 |
commit | ad387ff1c81c07f5f95e42a8accfdc49e075d721 (patch) | |
tree | 14fd28d3e3b8eb803a188a679788fa10bb2a9a9d /jjb/global-templates-python.yaml | |
parent | 69e9b0ae1f68f786bbb9269bd7355574f973cce5 (diff) | |
parent | b6c0b2f668c942aac0e1743988828e922aff52e4 (diff) |
Merge "updating the python docker build"
Diffstat (limited to 'jjb/global-templates-python.yaml')
-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 |