From 4ecb8f246b7c583122410245c9920424c021206b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 6 Apr 2017 13:57:46 -0700 Subject: 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 --- jjb/global-templates-python.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'jjb/global-templates-python.yaml') 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}' -- cgit 1.2.3-korg