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 20:43:38 UTC

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

Author: rombert
Date: Tue Sep 27 20:43:37 2016
New Revision: 1762561

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

Added commons.classloader

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=1762561&r1=1762560&r2=1762561&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Tue Sep 27 20:43:37 2016
@@ -1,6 +1,9 @@
 def svnBase = "https://svn.apache.org/repos/asf/sling/trunk"
 def modules = [
     [
+        location: "bundles/commons/classloader"
+    ],
+    [
         location: "bundles/extensions/i18n"
     ],
     [