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-java.yaml | 84 +++++++++++++++++++++++++++++++++--------- 1 file changed, 66 insertions(+), 18 deletions(-) (limited to 'jjb/global-templates-java.yaml') diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 217cb7ab1..69f422f61 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -57,9 +57,9 @@ maven-opts: - maven.test.skip=true -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: @@ -118,9 +118,9 @@ global-settings: 'global-settings' global-settings-type: cfp -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: # Job template for Java verify jobs with POM not at the root @@ -182,9 +182,9 @@ global-settings: 'global-settings' global-settings-type: cfp -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: # Job template for Java daily release jobs @@ -244,6 +244,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java daily release jobs # @@ -314,6 +318,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java daily release jobs with POM not at the root # @@ -376,6 +384,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java merge jobs # @@ -432,9 +444,9 @@ global-settings: 'global-settings' global-settings-type: cfp -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: # Job template for Java merge jobs that should also be triggered by upstream @@ -496,9 +508,9 @@ global-settings: 'global-settings' global-settings-type: cfp -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: # Job template for Java merge jobs with POM not at the root @@ -561,9 +573,9 @@ global-settings: 'global-settings' global-settings-type: cfp -# publishers: -# - infra-shiplogs: -# maven-version: '{maven-version}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' - job-template: name: '{project-name}-{stream}-docker-java-daily' @@ -615,6 +627,10 @@ # use default as mvn-profile if profile is not needed mvn-profile: '{mvn-profile}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: name: '{project-name}-{stream}-docker-java-shell-daily' project-type: freestyle @@ -668,6 +684,10 @@ - shell: '{script}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: name: '{project-name}-{stream}-docker-java-version-shell-daily' project-type: freestyle @@ -734,6 +754,10 @@ - shell: '{script}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: name: '{project-name}-{stream}-docker-version-java-daily' project-type: freestyle @@ -797,6 +821,10 @@ # use default as mvn-profile if profile is not needed mvn-profile: '{mvn-profile}' + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: name: '{project-name}-{stream}-aai-docker-java-daily' project-type: freestyle @@ -864,6 +892,10 @@ - shell: !include-raw-escape: include-docker-push.sh + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java daily release jobs # @@ -935,6 +967,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java daily release jobs # @@ -1012,6 +1048,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Template for maven site plugin invocation # @@ -1079,6 +1119,10 @@ global-settings: 'global-settings' global-settings-type: cfp + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' + - job-template: # Job template for Java merge jobs # @@ -1134,3 +1178,7 @@ pom: '{docker-pom}' # use default as mvn-profile if profile is not needed mvn-profile: '{mvn-profile}' + + publishers: + - infra-shiplogs: + maven-version: '{maven-version}' -- cgit 1.2.3-korg