When importing from Azure Devops it’s only allowing one SonarQube project per Devops Project .. but I have dozens of pipelines in each project..? When I go to do another pipeline the project says it’s already imported. What am I supposed to do with Azure Devops projects with multiple pipelines?
Created the connection, got a token for one pipeline, but can’t get a token for a second.
If you have multiple projects or pipelines within a single Azure DevOps repository, you’ll might want to set up a monorepo in SonarQube. This should be done especially if you will have all pipelines running in the context of a PR to any part of the repo.
Alternatively, you can always create manual projects outside of the onboarding wizard.
Additionally, generating authentication tokens can be done at any time, not just when onboarding a project, so you can manage access as your setup evolves.