summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml14
1 files changed, 11 insertions, 3 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 248d4561f..63f6131f8 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -63,9 +63,9 @@
cd $WORKSPACE/{path}
tox
-# publishers:
-# - infra-shiplogs:
-# maven-version: '{maven-version}'
+ publishers:
+ - infra-shiplogs:
+ maven-version: '{maven-version}'
- job-template:
name: '{project-name}-{stream}-docker-shell-daily'
@@ -117,6 +117,10 @@
docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:1.0-STAGING-latest
docker push $REPO/openecomp/testsuite:1.0-STAGING-latest
+ publishers:
+ - infra-shiplogs:
+ maven-version: '{maven-version}'
+
- job-template:
name: '{project-name}-{stream}-2scm-docker-shell-daily'
project-type: freestyle
@@ -182,3 +186,7 @@
docker tag openecomp/testsuite:latest $REPO/openecomp/testsuite:$tag
docker push $REPO/openecomp/testsuite:$tag
done
+
+ publishers:
+ - infra-shiplogs:
+ maven-version: '{maven-version}'