I have a .netCore 6.0 application that is running on SonarQube with quality below the permitted level.
The task I am using - task: SimondeLang.sonar-buildbreaker.sonar-buildbreaker.sonar-buildbreaker@8 does not work correctly.
On the SonarQube panel it shows that the coverage failed, but my pipeline for this task shows success… I noticed that there was an update to the plugins in the azuredevops of the SonarQube Server and SonarQube build break. My sonar is in version: * Developer Edition * v9.9.8 (build 100196)
Tasks I use and their versions:
task: SonarSource.sonarqube.15B84CA1-B62F-4A2A-A403-89B77A063157.SonarQubePrepare@5
task: SonarSource.sonarqube.291ed61f-1ee4-45d3-b1b0-bf822d9095ef.SonarQubePublish@5
task: SonarQubeAnalyze@5
task: SimondeLang.sonar-buildbreaker.sonar-buildbreaker.sonar-buildbreaker@8
I need help to make the breakbuild task work as expected… all the paths where the files are generated are correct