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:20:51 UTC

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

Author: rombert
Date: Wed Sep 28 09:20:51 2016
New Revision: 1762622

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

Manage the testing projects as well.

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=1762622&r1=1762621&r2=1762622&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Wed Sep 28 09:20:51 2016
@@ -54,9 +54,73 @@ def modules = [
     ],
     [
         location: "installer/providers"
+    ],
+    [
+        location: 'testing/junit/core'
+    ],
+    [
+        location: 'testing/junit/healthcheck'
+    ],
+    [
+        location: 'testing/junit/performance'
+    ],
+    [
+        location: 'testing/junit/remote'
+    ],
+    [
+        location: 'testing/junit/scriptable'
+    ],
+    [
+        location: 'testing/junit/teleporter'
+    ],
+    [
+        location: 'testing/junit/rules'
+    ],
+    [
+        location: 'testing/mocks/jcr-mock'
+    ],
+    [
+        location: 'testing/mocks/osgi-mock'
+    ],
+    [
+        location: 'testing/mocks/resourceresolver-mock'
+    ],
+    [
+        location: 'testing/mocks/sling-mock'
+    ],
+    [
+        location: 'testing/mocks/logging-mock'
+    ],
+    [
+        location: 'testing/mocks/sling-mock-oak'
+    ],
+    [
+        location: 'testing/samples/bundle-with-it'
+    ],
+    [
+        location: 'testing/samples/module-with-it'
+    ],
+    [
+        location: 'testing/sling-pax-util'
+    ],
+    [
+        location: 'testing/tools'
+    ],
+    [
+        location: 'testing/hamcrest'
+    ],
+    [
+        location: 'testing/http/clients'
+    ],
+    [
+        location: 'testing/serversetup'
+    ],
+    [
+        location: 'testing/org.apache.sling.testing.paxexam'
     ]
 ]
 
+
 // should be sorted from the oldest to the latest version
 // so that artifacts built using the oldest version are
 // deployed for maximum compatibility