How to retrive ci management url in SonarQube?

1000 views Asked by At

Links section of my SonarQube configuration page is completely blank and no links are automatically populated here. Any help on how to populate default links on this page which are supposed to be retrieved from project pom?

1

There are 1 answers

0
Fabrice - SonarSource Team On

The CI management URL is automatically fed during SonarQube analysis:

  • either using the value of the value of the <url> tag of the <ciManagement> section of the POM:

<ciManagement> <system>Jenkins</system> <url>the_url_of_your_ci_system</url> </ciManagement>

  • or more generally (if you're not using Maven) using the property sonar.links.ci