I need your help because i haven’t found the way to resolve the error in SonarCloud Step.
My context, i use AzureDevops to create pipelines, linked to a repository BitBucket for the versionning.
When the pipeline triggered by PR event is launched, i have this error.
##[warning]Unsupported PR provider ‘Bitbucket’
And Analysis is skipped.
i understand why because i checked the source code of the SonarCloud Step. And it don’t implement Bitbucket provider.
i try to force the provider with it : sonar.pullrequest.provider = GitHub
But don’t work, i have the same message ##[warning]Unsupported PR provider ‘Bitbucket’
Hello,
Until recently it was not possible to get the sources of a Bitbucket Cloud repository in Azure DevOps. Now it’s officially supported so we will add the support for this use case. Here is the ticket to track progress: https://jira.sonarsource.com/browse/VSTS-183.
I saw there was a new push to the repo and version which supports bitbucketcloud. any idea if pull requests are now supported and if there is a kind of user guide how to setup the integration between bitbucket cloud and azure devops?
Yes the extension is ready, but we are waiting for some changes to be deployed on SonarCloud side to make that feature work (should be deployed this week).
Following my previous thread, the feature has been deployed on Sonarcloud as well, which means that you can now analyze your Bitbucket Cloud repositories with Azure Pipelines.
An official announcement will follow soon, in the mean time you can already check the updated documentation : https://sonarcloud.io/documentation/integrations/bitbucketcloud/