- SonarQube Developer edition, version 10.1
- how is SonarQube deployed: zip
- what are you trying to achieve: support monorepo
- what have you tried so far to achieve this:
** adding a new project in SonarQube for other projects in the same repo
Hi,
We have a monorepo, where it has multiple .NET projects in the same repository in bitbucket (on-prem).
Each separate projects gets built, scanned by SonarQube in Jenkins.
We noticed that the scan result of the project will overwrite the result of other projects in SonarQube.
Reading through below:
and with other researches, it did not explain how exactly to add support for monorepo in SonarQube.
When we try to add a new project in SonarQube for other code projects, it will not allow us to do so as it says it’s already setup for the repository.
It now begs the question: how to add the support for multiple code projects in the same bitbucket repository in SonarQube?