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 20:42:54 UTC

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

Author: rombert
Date: Thu Sep 29 20:42:54 2016
New Revision: 1762837

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

Re-enable mail notifications

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=1762837&r1=1762836&r2=1762837&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Thu Sep 29 20:42:54 2016
@@ -494,7 +494,6 @@ def modules = [
 ]
 
 // TODO - move job definitions to separate file to separate data from code
-// TODO - re-enable job notifications once stable
 
 // should be sorted from the oldest to the latest version
 // so that artifacts built using the oldest version are
@@ -609,7 +608,7 @@ for more details</p>''')
                     }
                 }
                 // send emails for each broken build, notify individuals as well
-//                mailer('commits@sling.apache.org', false, true)
+                mailer('commits@sling.apache.org', false, true)
             }
         }
     }