summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-04-06 13:57:46 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-04-06 13:57:46 -0700
commit4ecb8f246b7c583122410245c9920424c021206b (patch)
treedeb0b60ffe544bdbb356426e1cbfb786caeb5533 /jjb/global-templates-python.yaml
parent8c8f8d5023f70505f3884aeb30946367fd22e5b2 (diff)
Enable log shipping on more templates
* Enable log shipping on the rest of the ci-management templates * Enable log shipping on all global templates Change-Id: If7edbc9d11b0cdd17c21f03e9bd4fcfbcd9b5cb8 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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}'