Im using developer version (8.9.2)
im trying to apply sonarqube to pull request
in build validation I have the Gated-id
but in status checks I have only
{projectName}-gated-ci/code coverage
and not
SonarCloud/qualityGate
so when I add new Pull request I don’t get the failed icon in the pull request page.
Is SonarQube configured to know about your Azure DevOps instance? What did you do to set this project up on the SonarQube side? How did you create it? Please list the steps.
How does your build pipeline look? Do you utilize the SonarScanner for Azure DevOps extension? It’s required to use it if you want automatic PR analysis from your pipeline side.