Hello community,
Currently I’m working on deploying a sonarqube server + integrating it in our Gitlab ci/cd pipeline, But I have a question, since it’s going to be used for many projects, is there’s a way to avoid configuring the project everytime in the sonarqube server ? That is to say, only adding the configuration into the gitlabci file without setting up the project in sonarqube interface ?
Or is it possible to configure multiple projects in the same time ?
Thank you