Azure DevOps Quality Gate is not redirecting to sonarqube dashboard

  • versions used : Sonarqube Developer Edition 9.1 in Azure Function
  • error observed : In Azure DevOps when doing a PR the quality gate succesed however when clicking on the quality gate check it is redirecting to localhost dashboard instead of the actual sonarqube. The weird part is that the report of the analysis is correctly transfer to the server and the service connection on the project settings has the correct URL not the localhost one.

Hi,

Welcome to the community!

Localhost is the default SonarQube URL. So this sounds like you’ve overlooked a configuration. The first place I would check is in SonarQube: Administration → Server base URL. If that’s correctly configured, then it’s possible this is a skipped config on the Azure side.

 
HTH,
Ann

1 Like

Thank you for welcome me in!! That Worked.

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