From: Andrew Grimberg Date: Tue, 31 Jan 2017 12:44:44 +0000 (-0800) Subject: Temporarily disable logshipping X-Git-Tag: 1.0.0-Amsterdam~795 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=83f7ebfa46e6484274be9d26e29cb7d7e73ba921;p=ci-management.git Temporarily disable logshipping While we are still in early access only mode log shipping from Jenkins does not work properly since it relies on being able to pull the Jenkins logs without needing to login to Jenkins. Change-Id: Ic0082f938d63661504a5d0a65e60d92d7ddbd0e5 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 4ca261f4e..7e1657433 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -53,9 +53,9 @@ global-settings: 'global-settings' global-settings-type: cfp - publishers: - - ecomp-infra-shiplogs: - maven-version: 'mvn33' +# publishers: +# - ecomp-infra-shiplogs: +# maven-version: 'mvn33' - job-template: # Job template for Java verify jobs with POM not at the root @@ -116,9 +116,9 @@ global-settings: 'global-settings' global-settings-type: cfp - publishers: - - ecomp-infra-shiplogs: - maven-version: 'mvn33' +# publishers: +# - ecomp-infra-shiplogs: +# maven-version: 'mvn33' - job-template: # Job template for Java merge jobs @@ -174,9 +174,9 @@ global-settings: 'global-settings' global-settings-type: cfp - publishers: - - ecomp-infra-shiplogs: - maven-version: 'mvn33' +# publishers: +# - ecomp-infra-shiplogs: +# maven-version: 'mvn33' - job-template: # Job template for Java merge jobs with POM not at the root @@ -238,6 +238,6 @@ global-settings: 'global-settings' global-settings-type: cfp - publishers: - - ecomp-infra-shiplogs: - maven-version: 'mvn33' +# publishers: +# - ecomp-infra-shiplogs: +# maven-version: 'mvn33' diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index ef4cdeb76..304d60aea 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -51,6 +51,6 @@ cd $WORKSPACE/{path} tox - publishers: - - ecomp-infra-shiplogs: - maven-version: 'mvn33' +# publishers: +# - ecomp-infra-shiplogs: +# maven-version: 'mvn33'