You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am running Sonarqube Community Edition 7.9.1, and I want to run an analysis while passing the branch parameter to Sonar by setting the
sonar.projectKey
parameter to
key:branch
as per the documentation https://docs.sonarqube.org/8.1/setup/upgrade-notes/
mvn clean install sonar:sonar -Dsonar.projectKey=PROJECT_KEY_SET_UP_ON_SONARQUBE:master -Dsonar.host.url=https://INTERNAL_SONARQUBE_ADDRESS -Dsonar.login=TOKEN
However I am getting a
You're not authorized to run analysis. Please contact the project administrator.
error when running the analysis. The analysis works perfectly well without the :master suffix.
What am I doing wrong? According to the documentation everything should be working...
Hi,
Is it possible that you are lacking one of these permissions in SonarQube?
From the error I guess it is the second because running it without the branch suffix might create a new SonarQube project which needs that permission.
Best regards,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.