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 2019/03/28 16:46:32 UTC

[sling-whiteboard] branch master updated: SLING-8262 - Add SonarQube analysis to Jenkins jobs

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 f8e4442  SLING-8262 -  Add SonarQube analysis to Jenkins jobs
f8e4442 is described below

commit f8e44420c46a2f84f497572a05b2ccfa69d461a0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Mar 28 17:46:08 2019 +0100

    SLING-8262 -  Add SonarQube analysis to Jenkins jobs
    
    Add experimental jenkins.sonarCloud setting.
---
 .sling-module.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..ae30b92
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,6 @@
+{
+    "jenkins": {
+        "sonarCloud": true
+    }
+}
+