Currently every commit status created by this plugin has the name sonarqube. This is fine as long as a project only has a single SonarQube analysis run on it. However, we would like to run multiple analyses and we would like these to create separate external jobs in GitLab.
Solution
Create a new configuration option called sonar.gitlab.status_name. This allows us to configure the name of the created external job.
Problem
Currently every commit status created by this plugin has the name
sonarqube
. This is fine as long as a project only has a single SonarQube analysis run on it. However, we would like to run multiple analyses and we would like these to create separate external jobs in GitLab.Solution
Create a new configuration option called
sonar.gitlab.status_name
. This allows us to configure the name of the created external job.