How Do I see the continuous integration information on SonarQube

  • which versions are you using (SonarQube 6.7.3 and 7.9.1)
  • what are you trying to achieve : Have CI information on the project dashboard:
    image
  • what have you tried so far to achieve this: execute SonarQube analysis via Jenkins (for every commit), Enable web-hooks. Nothing works

Hi,

you have to use the property sonar.links.ci
see https://docs.sonarqube.org/latest/analysis/analysis-parameters/ / Project Configuration
for other properties, i.e. sonar.links.scm

Gilbert