Scanning queries in sonarqube

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) 7.9.3 LTS
  • what are you trying to achieve - Scanning
  • what have you tried so far to achieve this -
    Setting up SonarQube for our application codebase, which consists of ~200+ .NET solutions per branch. Ideally, we would like to publish results of multiple solutions to the same project in SonarQube. However, through testing, I have observed that if let’s say I publish solution A that the next time I publish solution B, the previous analysis is wiped out from the dashboard. I want to be able to see all previous runs so that my team can come back to review. Do you know how to achieve that other than creating 1 project for each solution

Hi,

From what I’m reading you will, indeed, need to create one project per solution. While there is some storage of historic metric values, you can’t access “yesterday’s homepage”.

 
HTH,
Ann