mc1arke / sonarqube-community-branch-plugin

A plugin that allows branch analysis and pull request decoration in the Community version of Sonarqube
GNU Lesser General Public License v3.0
2.26k stars 526 forks source link

How to set MR decoration #935

Closed devssun closed 3 months ago

devssun commented 4 months ago

Describe the bug How to set MR decoration? I set GitLab Integration. When I make MR (sub branch to master) and execute sonarqube, but sonarqube doesn't make mr decoration. Is there anything that I missing? please help me.

I set GitLab Integration, serverbaseURL

Expected behavior make MR decoration

Software Versions

mc1arke commented 3 months ago

You need to configure MR decoration against the 'DevOps Integration' for the project in Sonarqube. This requires you to have setup the Gitlab integration at the global level

devssun commented 3 months ago

I set DevOps Integration for the project, but it doesn't work..