I’m using SonarCloud with Azure Devops of my organisation (private project).
The various links in the interface (Branches view, Pull requests view…) that provide access to a commit in an Azure Devops Git repository are incorrect.
The pattern _git /<repository_name> is present twice in the generated url.
Example : https://my-organisation@dev.azure.com/my-organisation/my-project/_git/my-repository/_git/my-repository/commit/a7233a4fd1ae4de1b49b9d94684e532c93b4b2b7
instead of : Azure DevOps Services | Sign In
Is your organization bound to Azure DevOps? (can you see the AzureDevOps logo next to your org name?)
What properties are you passing when analyzing the PR?
Yes, our organization is bound to Azure DevOps.
Everything works well.
Only the links are incorrect.
Here, extraProperties of Maven Task :
sonar.exclusions=**/java-generated/**/*,**/resources-generated/**/*
sonar.projectKey=<my-sonar-project-key>
sonar.projectName=<my-repository-name>
In addition, these links seem to do not depend on Maven, since they are links on commit, so Git concept.