Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube 9.1 community edition -
what are you trying to achieve
One project for multiple branches -
what have you tried so far to achieve this
I triggered the Jenkins job which fetches the data from the git for a specific branch and then pass the code to sonarqube for analysis , Now the problem is that I have multiple developer working on the multiple branches … so basically want to analyse multiple branches to single project but when I analysed branch 1 and then afterwards branch 2 on the Sonarqube gui I can see any the full details for branch 2 only and for branch1 can see only the numbers of branch 1 issue in the activity section.
is there any way to analysis multiple branches under a single project and get the complete info for each branch ?