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/28 09:29:54 UTC

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

Author: rombert
Date: Wed Sep 28 09:29:54 2016
New Revision: 1762624

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

Correct project list for installer/factories

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=1762624&r1=1762623&r2=1762624&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Wed Sep 28 09:29:54 2016
@@ -44,7 +44,16 @@ def modules = [
         location: "installer/core"
     ],
     [
-        location: "installer/factories"
+        location: 'installer/factories/configuration'
+    ],
+    [
+        location: 'installer/factories/deploymentpck'
+    ],
+    [
+        location: 'installer/factories/subsystems'
+    ],
+    [
+        location: 'installer/factories/subsystem_base'
     ],
     [
         location: "installer/hc"