Azure DevOps integration settings lost for all SonarQube projects

The issue is that after we updated the sonarqube version we lost all the Azure DevOps integration settings for all (more hundred) SonarQube projects which means that we can’t use the SonarQube/quality gate on our Pull requests anymore in VSTS.

Also in our VSTS builds for Publish Quality Gate Result task we can see the following log:
##[warning]No analyses found in this build! Please check your build configuration.
We are using the 5.13.0 (latest) Azure Devops extension.

  • sonarqube version: 10.0.0.68432
  • how is SonarQube deployed: zip
  • So we want to have those settings filled automatically by SonarQube as it was the case before the update.
  • A workaround is that we manually set the Azure DevOps integration settings but that’s not really an option since as mentioned we have more hundreds of projects where we should do this setting.

Any hint would be really appreciated!

Thanks in advance!

With regards to the Azure DevOps integration details, take a look here.

With regards to this:

That’s definitely odd, as this should be fixed in v5.13 of the extension. Are you sure all your build agents are using the updated extension (nothing being cached)?