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/29 13:50:16 UTC

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

Author: rombert
Date: Thu Sep 29 13:50:15 2016
New Revision: 1762776

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

Manage launchpad jobs 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=1762776&r1=1762775&r2=1762776&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Thu Sep 29 13:50:15 2016
@@ -358,6 +358,54 @@ def modules = [
         location: "installer/providers/file"
     ],
     [
+        location: 'launchpad/api',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/base',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/builder',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/content',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/installer',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/integration-tests',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/test-bundles',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/test-fragment',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/test-services-war',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/test-services',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/testing-war',
+        jdks: ["1.8"]
+    ],
+    [
+        location: 'launchpad/testing',
+        jdks: ["1.8"]
+    ],
+    [
         location: "parent",
         jdks: ["1.7"]
     ],
@@ -437,7 +485,6 @@ def modules = [
     ],
 ]
 
-// TODO - create launchpad jobs
 // TODO - automatic links from modules in bundles and installer (others?)
 //        to the launchpad testing jobs