You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2016/12/08 18:10:36 UTC

svn commit: r1773276 - /sling/trunk/tooling/jenkins/create_jobs.groovy

Author: jsedding
Date: Thu Dec  8 18:10:36 2016
New Revision: 1773276

URL: http://svn.apache.org/viewvc?rev=1773276&view=rev
Log:
exclude ubuntu-4 slave until INFRA-13063 is fixed

Modified:
    sling/trunk/tooling/jenkins/create_jobs.groovy

Modified: sling/trunk/tooling/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/jenkins/create_jobs.groovy?rev=1773276&r1=1773275&r2=1773276&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Thu Dec  8 18:10:36 2016
@@ -824,7 +824,7 @@ def modules = [
 // deployed for maximum compatibility
 def defaultJdks = ["1.7", "1.8"]
 def defaultMvn = "Maven 3.3.9"
-def defaultSlave = "ubuntu"
+def defaultSlave = "ubuntu&&!ubuntu4" // exclude ubuntu-4 until INFRA-13063 is fixed
 
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",