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/11/15 21:50:11 UTC

[sling-tooling-jenkins] 01/02: Update documentation

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 57d6fe190b76274694dadf5c6656478d2cbdf4ef
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Nov 15 23:46:35 2017 +0200

    Update documentation
---
 create_jobs.groovy | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index d3c3e98..bd41b0e 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -1,17 +1,10 @@
 def rawUrlPrefix = "https://raw.githubusercontent.com/apache"
 def repoUrl = rawUrlPrefix + "/sling-aggregator/master/default.xml"
 def repoBase = "https://github.com/apache/"
-// Repositories are read from the repo definition file. Not all keys are currently
-// read from the repo xml file.
-// keys:
-//   - location ( required ) : the GitHub project name
-//   - jdks (optional) : override the default jdks to use for build
-//   - downstream (optional): list of downstream projects
-//   - archive (optional): list of archive patterns
-//   - extraGoalsParams (optional): additional string for the Maven goals to execute
-//   - rebuildDaily (optional): boolean, when enabled configures the build to run once every
-//                                24 hours,even if no changes are found in source control
-
+// Repositories are read from the repo definition file. Customizations must be
+// placed in a .sling-module.xml file in the git repository root. See
+// https://cwiki.apache.org/confluence/display/SLING/Sling+module+descriptor 
+// for a description of the format
 def modules = []
 
 def manifest = new XmlParser().parse(repoUrl)

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.