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

Disable External build in preview mode #219

Open famlima opened 5 years ago

famlima commented 5 years ago

Hello,

I'm using the preview mode in my gitlab ci .yml, and the scan runs ok. But I want to pass the build even if the report fails it with external job. There is any way to disable the external build status? Or change the status after running the scan?

Regards

gabrie-allaigre commented 5 years ago

Hi, Use sonar.gitlab.failure_notification_mode option, read documentation.