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 2017/03/23 19:26:12 UTC

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

Author: rombert
Date: Thu Mar 23 19:26:12 2017
New Revision: 1788308

URL: http://svn.apache.org/viewvc?rev=1788308&view=rev
Log:
SLING-6700 - Implement johnzon bundle

Create Jenkins job

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=1788308&r1=1788307&r2=1788308&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Thu Mar 23 19:26:12 2017
@@ -28,6 +28,9 @@ def modules = [
         location: 'bundles/commons/json'
     ],
     [
+        location: 'bundles/commons/johnzon',
+    ],
+    [
         location: 'bundles/commons/log'
     ],
     [