Temporarily disable logshipping
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 31 Jan 2017 12:44:44 +0000 (04:44 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 31 Jan 2017 12:44:44 +0000 (04:44 -0800)
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 <agrimberg@linuxfoundation.org>
jjb/global-templates-java.yaml
jjb/global-templates-python.yaml

index 4ca261f..7e16574 100644 (file)
@@ -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
           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
           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
           global-settings: 'global-settings'
           global-settings-type: cfp
 
-    publishers:
-      - ecomp-infra-shiplogs:
-          maven-version: 'mvn33'
+    publishers:
+      - ecomp-infra-shiplogs:
+          maven-version: 'mvn33'
index ef4cdeb..304d60a 100644 (file)
@@ -51,6 +51,6 @@
           cd $WORKSPACE/{path}
           tox
 
-    publishers:
-      - ecomp-infra-shiplogs:
-          maven-version: 'mvn33'
+    publishers:
+      - ecomp-infra-shiplogs:
+          maven-version: 'mvn33'