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 208 forks source link

add Dashboard url to comment #267

Open rusguliev opened 4 years ago

rusguliev commented 4 years ago

Hello! We would like to receive a link to the dashboard in SonarQube in the comments in GitLab, as well as in the pipeline in GitLab. I crookedly implemented this in my fork by copying the readReportTaskProperties class, getting the value from the report-task.txt file created by the SonarQube scanner. Tell me, would someone be interested in these features? Comment Pipeline

rusguliev commented 4 years ago

https://github.com/rusguliev/sonar-gitlab-plugin/tree/sonar7.9 - this is my crooked implementation.