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
713 stars 207 forks source link

Can support multiple gitlab addresses #235

Closed shouldnotappearcalm closed 5 years ago

shouldnotappearcalm commented 5 years ago

I have multiple gitlab addresses here, I want to configure it in sonar, but it seems that I can only configure one. Can I configure multiple gitlab addresses? Is it separated by commas?

gentunian commented 5 years ago

+1

I just recently discovered this. You read my mind and beat me by 6 hours! :)

gabrie-allaigre commented 5 years ago

Hi, Each project, you set attribute -Dsonar.gitlab.url=gitlab.com

shouldnotappearcalm commented 5 years ago

Hi, Each project, you set attribute -Dsonar.gitlab.url=gitlab.com

Ok, I will try it, thank you very much.