-
Notifications
You must be signed in to change notification settings - Fork 57
Sonarqube stage in jenkins pipeline fails with 403 error #54
Comments
anyone? |
Might be related to #25. |
I forgot to mention. I check and tried it. didn't work |
Hi @arielman, If the auth token in your Jenkins has Browse permissions on the project, or your project is set to 'public', it should work. Have you tried verifying that the auth token works if you use it directly? E.g. with a curl command:
Where
|
curl command is working.
|
Hi @arielman, I'm a bit confused. Based on your stage syntax, you're using the SonarQube Scanner for Jenkins plugin, right? That has nothing to do with the sonar-build-breaker plugin here. I think your best bet is asking in the https://community.sonarsource.com forums, since the Jenkins plugin is maintained by SonarSource. |
I have a pipeline job which keeps failing on Sonar Quality Gate stage with the below error:
The auth token is configured in the global Jenkins settings.
The text was updated successfully, but these errors were encountered: