gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
712 stars 207 forks source link

Sonarcube and gitlab integretions #275

Open srinivasareddyasha opened 4 years ago

srinivasareddyasha commented 4 years ago

Hi am Srinivasa we are using scm is Gitlab and code quality we are using with Sonarqube. Currently I integreted Sonarqube in jenkins Job After build It is Analysing the code result is sending to Sonarqube server. But My project Manager is Decided to For better quality purpose They need to check quality in Gitlab side. We have master branch and feature branch in gitlab When Developers try to merge Code into Master branch from feature branch the code analysis it should be happen in case any bugs, Duplications in code The merge it will not happen and notification has to be sent to Developer, Is there any way to configure This Gitlab and sonarqube integretion. We are using sonarqube V7.9.1 and gitlab v12 All we are using free Editions only Please Tell me is there any way to do this configuration. Thank you

stalb commented 4 years ago

For sonarqube-ce 7.9 you will need community-branch-plugin and javamachr patch. For more information look at #253