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-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8b1a675 SLING-7245 - Validate pull requests using Jenkins
8b1a675 is described below
commit 8b1a6756af6cafb6e0b713dc6017a9ccc6d8d27c
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 12:01:47 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
Disable Jenkins build in sling-module.xml, we now use an org folder
to pick up enabled jobs and a JSON descriptors.
---
.sling-module.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.sling-module.xml b/.sling-module.xml
index 9a7f913..452f6a6 100644
--- a/.sling-module.xml
+++ b/.sling-module.xml
@@ -19,6 +19,6 @@
-->
<sling-module>
<jenkins>
- <enabled>true</enabled>
+ <enabled>false</enabled>
</jenkins>
</sling-module>