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/09/27 10:00:17 UTC

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

Author: rombert
Date: Tue Sep 27 10:00:16 2016
New Revision: 1762435

URL: http://svn.apache.org/viewvc?rev=1762435&view=rev
Log:
SLING-6061 - Create per-module Jenkins jobs

Disambiguate map access syntax

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=1762435&r1=1762434&r2=1762435&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Tue Sep 27 10:00:16 2016
@@ -31,7 +31,7 @@ modules.each {
                 scm('H/15 * * * *')
             }
 
-            jdk(jdkMapping(it))
+            jdk(jdkMapping.get(it))
 
             label('ubuntu1||ubuntu2||ubuntu4||ubuntu5||ubuntu6')