Azure Devops commit link is incorrect in the interface

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

Hello @xjosse,

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?

Best,
Marcin

Hi @Marcin_Majewski

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.

Hi @xjosse,

It should be fixed now.
Can you check if it is working for you now?

Best,
Marcin

Hi @Marcin_Majewski

Thank you for this feedback.
It is working fine now.

Best regards
Xavier Josse

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.