Hi,
I am facing with problems sonar Cloud (Developer Edition) not reporting quality gate back to AzureDevOps. Whatever I try status is always in waiting.
I’ve tried regenerating PAT, removing and re-adding status check,… But nothing seems to work. PAT has permissions on Code: Read&Write. A few weeks ago PR decoration worked, but not anymore.
So my question is, is there a way to debug why sonarcloud.io is not reporting back SonarCloud quality gate?
Can you share your latest background task id? There is no easy way to debug what the problem may be. It is usually connected with PAT, but if you already regenerated it, there may be some other problem. Once you provide me with the background task id, I can check few things, to determine where the problem lies.
Can I ask if sonar.scm.disable is set to true or false? And what scm.provider do you use? There is usually no need to set them. Auto-detection of scm provider will work if the root directory of your project contains .git or .svn. The same goes with sonar.scm.disable, there is no need to use this property.