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
The following commit(s) were added to refs/heads/master by this push:
new b34a0a1 Exclude aggregator and whiteboard from build
b34a0a1 is described below
commit b34a0a1434069b6bc7022520720f15cef0999e9e
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Nov 9 15:06:26 2017 +0200
Exclude aggregator and whiteboard from build
---
create_jobs.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create_jobs.groovy b/create_jobs.groovy
index 4b28aab..179cd08 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -14,7 +14,7 @@ def repoBase = "https://github.com/apache/"
def modules = []
// TODO - move blacklist out of this file
-def blacklist = ['sling-tooling-jenkins', 'sling-tooling-scm']
+def blacklist = ['sling-tooling-jenkins', 'sling-tooling-scm',
'sling-aggregator', 'sling-whiteboard']
def manifest = new XmlParser().parse(repoUrl)
manifest.project.each { project ->
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].