summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-23 15:21:54 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-23 15:21:54 +0000
commitad387ff1c81c07f5f95e42a8accfdc49e075d721 (patch)
tree14fd28d3e3b8eb803a188a679788fa10bb2a9a9d /jjb
parent69e9b0ae1f68f786bbb9269bd7355574f973cce5 (diff)
parentb6c0b2f668c942aac0e1743988828e922aff52e4 (diff)
Merge "updating the python docker build"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-python.yaml7
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