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 22:23:09 UTC

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

Author: rombert
Date: Wed Sep 28 22:23:09 2016
New Revision: 1762724

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

Set a description for all auto-generated jobs.

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=1762724&r1=1762723&r2=1762724&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Wed Sep 28 22:23:09 2016
@@ -462,6 +462,11 @@ modules.each {
         def jdkKey = it
         job(jobName + "-" + jdkKey) {
 
+            description('''
+<p>This build was automatically generated and any manual edits will be lost.</p>
+<p>See <a href="https://cwiki.apache.org/confluence/display/SLING/Sling+Jenkins+Setup">Sling Jenkins Setup</a>
+for more details</p>''')
+
             logRotator {
                 numToKeep(15)
             }