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-org-apache-sling-starter.git

commit 154a25e01d303d5fd07d59c0449fdca5718a0a44
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed May 11 14:19:09 2022 +0200

    SLING-7935 - Move launchpad-testing module into the main starter repository
    
    Copy over Jenkins configuration from the launchpad-testing module.
---
 .sling-module.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 1b76968..6765196 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,12 @@
 {
     "jenkins": {
-        "emailRecipients": ["[email protected]"]
+        "emailRecipients": ["[email protected]"],
+        "sonarQubeEnabled": false,
+        "rebuildFrequency": "@daily",
+        "jdks": [8, 11, 17],
+        "additionalMavenParams": "-Dit.startTimeoutSeconds=120",
+        "archivePatterns": [
+            "**/logs/*.log"
+        ]
     }
 }

Reply via email to