Dotnet with gitlab

query I would like to know how the pipeline can be stopped if the sonarqube analysis results in failure

I with sonarqueb server 8.9 and dotnet sonarqube scanner 5.2.2

Hi @rolandomf1 ,

You can add the special analysis parameter: sonar.qualitygate.wait=true, so if the quality gate fails, then the pipeline can be failed. See CI Integration Overview.

Joe

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.