Please enable JavaScript.
Coggle requires JavaScript to display documents.
Static Code Alalysis (Conclutions (I don't see a way to fail a MR…
Static Code Alalysis
Conclutions
-
There is no technical way to send comments from Jenkins to GitLab in Deploy flow. Hence, we can't publish links to MR page to Sonar reports
SonarQube can send notifications about failed Quality Gate, but only to subscribers, not to a commit author
There is no easy way to check Quality Gate results from Jenkins. It's possible only if we will rewrite jobs to Pipeline DSL, but it will lead to other issues related to Pipeline DSL Plugin
In summary: Sonar is not suitable for reactive usage. It's rather a tool for monitoring a project status time to time.
-
-