Hi,
Our SonarCloud integration from our Azure Devops pipeline has worked fine up until Friday, but today we suddenly always get build errors like the one below. We get the error both when running a build for a PR that worked on Friday, and also when running a build for a new PR created today
I’ve tested the SonarCloud service connection in Azure Devops, and the Verify-button gives “Verification Succeeded”
Does anyone has any idea what has changed during this weekend that could cause this to happen?
Kindly regards
Eirik
##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]ERROR: Could not find the pullrequest with key ‘XXXX’
ERROR: Could not find the pullrequest with key ‘XXXX’
##[error]ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=&pullrequestKey=XXXX : {“errors”:[{“msg”:“Unable to find the pullrequest with key \uXXXX\XXXX”}]}
ERROR:
##[error]The SonarScanner did not complete successfully