You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/11/10 21:42:54 UTC

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

Author: rombert
Date: Thu Nov 10 21:42:54 2016
New Revision: 1769204

URL: http://svn.apache.org/viewvc?rev=1769204&view=rev
Log:
jenkins: ubuntu3 is gone, stop excluding it

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=1769204&r1=1769203&r2=1769204&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Thu Nov 10 21:42:54 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&&!ubuntu3"
+def defaultSlave = "Ubuntu"
 
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",