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

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


The following commit(s) were added to refs/heads/master by this push:
     new d2a7bc3  Comment on script environment
d2a7bc3 is described below

commit d2a7bc3b1d2dcac005b32c6ea9ff513b656d9a96
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Jun 27 17:57:44 2018 +0200

    Comment on script environment
---
 create_jobs.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index af10943..2081e66 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -5,6 +5,8 @@ def repoBase = "https://github.com/apache/";
 // 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
+// This is a Jenkins DSL script, I don't think you can run it standalone.
+// See that wiki page for how to setup a local Jenkins test instance.
 def modules = []
 
 def manifest = new XmlParser().parse(repoUrl)

Reply via email to