SonarQube Server Enterprise Edition v2025.1.1 (104738)
Deployed using Helm
Trying to add tags in sonarqube for bitbucket repo using the below command, the command gets successfully executed, but not seeing any tags on the sonarqube console. We did tried adding tags in key-value pairs as well but with no luck. What am I missing here??
mvn sonar:sonar --settings ./settings.xml -Dsonar.branch.name=feature/test-tags -Dsonar.tags=‘SRE,Cloud’