SonarCloud Quality Gate Intergration with Jenkins Fails

Dear Community,

We are integrating SonarCloud Quality gets with our projects in Jenkins, and during the integration, we see the below errors. We used the Project Key and the Access Token from the SonarCloud Project in Jenkins Quality Gate Plugin. Any help will be appreciated.

PS - SonarCloud scan is a success for that particular project.

Template for a good new topic, formatted with Markdown:

  • ALM used Bitbucket Cloud
  • CI system used Jenkins
  • Languages of the repository - JAVA
  • Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
quality.gates.jenkins.plugin.QGException: Expected status 200, got: 401. Response:
        at quality.gates.sonar.api.SonarHttpRequester.executeGetRequest(SonarHttpRequester.java:120)
        at quality.gates.sonar.api.SonarHttpRequester.getAPIInfo(SonarHttpRequester.java:102)
        at quality.gates.sonar.api.QualityGatesProvider.getRequesterResult(QualityGatesProvider.java:34)
        at quality.gates.sonar.api.QualityGatesProvider.getAPIResultsForQualityGates(QualityGatesProvider.java:29)
        at quality.gates.jenkins.plugin.BuildDecision.getStatus(BuildDecision.java:24)
        at quality.gates.jenkins.plugin.QGPublisher.perform(QGPublisher.java:73)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
        at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:763)
        at hudson.model.Build$BuildExecution.post2(Build.java:179)
        at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707)
        at hudson.model.Run.execute(Run.java:1921)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
        at hudson.model.ResourceController.execute(ResourceController.java:101)
        at hudson.model.Executor.run(Executor.java:442)
Build step 'Quality Gates' marked build as failure
Finished: FAILURE
  • Steps to reproduce
    Add Project Key and Access Token to the Quality Gate plugin in Jenkins

Hey there.

It looks like the stacktrace comes from the Quality Gates Jenkins plugin which is very old and was never maintained by Sonar.

I would recommend instead using the Jenkins Extension for SonarCloud