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>
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 248d456..63f6131 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}'