Must-share information (formatted with Markdown):
-
SonarQube version: 10.0.0.68432
-
Scanner version: 4.8.0.2856
-
What are you trying to achieve: pages specific to different code coverage projects using the same base host URL
-
What have you tried so far to achieve this: Leveraging the Web API, running SonarQube instances on different ports
I am currently using SonarScanner to analyze Java files and SonarQube to help view the generated code coverage reports. For this project, my branch has several teams working on differing releases of the source code. Consequently, it becomes difficult to navigate all this information on a single SonarQube dashboard.
Hence, I was wondering if there was a way to add project specific routes to the host URL. For example, if Team A has their set of reports and so does Team B, it would be useful to see their projects on different dashboards. Something like http://<host URL>:<port>/projects/TeamA
and http://<host URL>:<port>/projects/TeamB
.