summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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