Changes for page SonarQube

Last modified by Boris Folgmann on 2025/11/25 10:20

From version 4.4
edited by Boris Folgmann
on 2025/11/25 10:20
Change comment: There is no comment for this version
To version 4.1
edited by Boris Folgmann
on 2025/11/25 10:17
Change comment: Uploaded new attachment "1764065876906-358.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -19,7 +19,8 @@
19 19  
20 20  Since v3.0.0 of the [[Jenkins Shared Library>>Jenkins.Jenkins Shared Library.WebHome]], not only scanning maven projects, but also scanning all other types of projects is supported. Just use a Jenkinsfile as usual like e.g.:
21 21  
22 -{{code language="none" title="**Standard invocation**"}}
22 +{{code language="none" title="**Standard invocation**
23 + "}}
23 23  @Library('sdcloud') _
24 24   
25 25  sdcPipeline()
... ... @@ -31,7 +31,8 @@
31 31  
32 32  It's possible to explicitly disable SonarQube for all branches by using a Jenkinsfile like:
33 33  
34 -{{code language="none" title="**Disable SonarQube scanning**"}}
35 +{{code language="none" title="**Disable SonarQube scanning**
36 + "}}
35 35  @Library('sdcloud') _
36 36   
37 37  sdcPipeline(sonarQube: false)
... ... @@ -166,8 +166,7 @@
166 166  1. Quality gates, which decide if a build is ok or failed.
167 167  [[image:attach:image2022-12-7_17-32-8.png||data-xwiki-image-style-border="true" queryparams="effects=drop-shadow" height="410" width="893"]]
168 168  
169 -If the default settings do not fit for your instance, you can edit users in the DevOps Portal and add them to the {{code language="none"}}sonar-quality-admins{{/code}} group by checking "Administer Quality Gates and Quality Profiles" in the Sonarqube fieldset. Press Save when done.
170 -[[image:1764065876906-358.png||data-xwiki-image-style-border="true" height="204" width="366"]]
171 +If the default settings do not fit for your instance, create a Service Request at the [[Servicedesk DevOps-as-a-Service>>https://prd.sdc.t-systems.net/jira||shape="rect"]] providing a list of users that should be part of the {{code language="none"}}sonar-quality-admins{{/code}} group.
171 171  
172 172  The members of this group have read-write access to Quality Profiles and Quality Gates. It should be clear that you will need an internal governance so that {{code language="none"}}sonar-quality-admins{{/code}} coordinate their work and communicate with the project admins.
173 173  
... ... @@ -190,7 +190,7 @@
190 190  * PMD
191 191  * SoftVis3D Sonar plugin
192 192  
193 -= Commercial llicenses =
194 += Commercial licences =
194 194  
195 195  To scan more than one branch per project and to get scan results shown in Pull-Requests in Bitbucket, the Developer Edition of SonarQube is required. The Enterprise Edition offers even more features, like e.g. additional programming languages or parallel processing of analysis reports. For more details, see [[https:~~/~~/www.sonarsource.com/plans-and-pricing/>>url:https://www.sonarsource.com/plans-and-pricing/||shape="rect"]]
196 196