Sonar Scanner Execution failed after passing sonar.pullrequest.branch with Error Parameter 'sonar.pullrequest.branch' is mandatory for a pull request analysis

Template for a good new topic, formatted with Markdown:

  • ALM used (GitHub, Bitbucket Cloud, Azure DevOps)
    #Bitbucket Cloud

  • CI system used (Bitbucket Cloud, Azure DevOps, Travis CI, Circle CI
    #Jenkins

  • Scanner command used when applicable (private details masked)

# docker-compose -f .jenkins/compose.ci.yml run --rm sonarscanner '-Dsonar.pullrequest.key=33 -Dsonar.pullrequest.branch=xxxxxx -Dsonar.pullrequest.base=develop -Dsonar.pullrequest.bitbucketcloud.triggerCommit=bdeafb28fdc7a0be9678befe11f1e638654e97b8'
* Languages of the repository
#TS
* Only if the SonarCloud project is public, the URL
  * And if you need help with pull request decoration, then the URL to the PR too
* Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
##
 docker-compose -f .jenkins/compose.ci.yml run --rm sonarscanner '-Dsonar.pullrequest.key=33 -Dsonar.pullrequest.branch=XXXXX -Dsonar.pullrequest.base=develop -Dsonar.pullrequest.bitbucketcloud.triggerCommit=bdeafb28fdc7a0be9678befe11f1e638654e97b8'

Creating pr-33_build_13_sonarapi_run ... 

Creating pr-33_build_13_sonarapi_run ... done

INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties

INFO: Project root configuration file: /usr/src/sonar-project.properties

INFO: SonarScanner 4.7.0.2747

INFO: Java 11.0.14 Alpine (64-bit)

INFO: Linux 4.14.193-149.317.amzn2.x86_64 amd64

INFO: User cache: /opt/sonar-scanner/.sonar/cache

INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties

INFO: Project root configuration file: /usr/src/sonar-project.properties

INFO: Analyzing on SonarQube server 9.0.1

INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)

INFO: Load global settings

INFO: Load global settings (done) | time=1457ms

INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu

INFO: User cache: /opt/sonar-scanner/.sonar/cache

INFO: Load/download plugins

INFO: Load plugins index

INFO: Load plugins index (done) | time=310ms

INFO: Load/download plugins (done) | time=53464ms

INFO: Loaded core extensions: developer-scanner

INFO: Load project settings for component key: 'XXXXXX'

INFO: Load project settings for component key: 'XXXXX' (done) | time=285ms

INFO: Process project properties

INFO: Execute project builders

INFO: Execute project builders (done) | time=2ms

INFO: Project key: XXXXX

INFO: Base dir: /usr/src

INFO: Working dir: /usr/src/.scannerwork

INFO: Load project branches

INFO: Load project branches (done) | time=291ms

INFO: Check ALM binding of project 'XXXX'

INFO: Detected project binding: NOT_BOUND

INFO: Check ALM binding of project 'XXXXXX' (done) | time=279ms

INFO: Load project pull requests

INFO: Load project pull requests (done) | time=293ms

INFO: Load branch configuration

INFO: ------------------------------------------------------------------------

INFO: EXECUTION FAILURE

INFO: ------------------------------------------------------------------------

INFO: Total time: 1:05.449s

INFO: Final Memory: 20M/74M

ERROR: Error during SonarScanner execution

ERROR: Parameter 'sonar.pullrequest.branch' is mandatory for a pull request analysis

ERROR: 

INFO: ------------------------------------------------------------------------

ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.

2

  • Steps to reproduce
  • Potential workaround

Hi @ganncamp @Claire_Villard , Would you be able to assist me in the issue I have raised with Sonar Scanner. My organisation is a on Paid plan with Sonarcloud. And I am setting up PR decoration when I am facing this issue.
I have successfully integrated Bitbucket cloud with Sonarcloud and able to scan the branches and push the results from Jenkins to Sonarcloud. Although I haven’t yet set up branch analysis which I am planning do after PR decoration.
Your assistance would be highly appreciated.
Thanks
Varun

Hey there.

Starting off, as your project isn’t bound, you aren’t going to be able to have functioning PR decoration.

I would suggest recreating your project through the onboarding wizard (not creating a manual project, or a project only created at analysis time).

Thanks for your reply @Colin. I recreated the project and now it is bound to bitbucket(master branch analysis is working fine). But still I am getting an error while PR decoration:

cc- @ganncamp @Claire_Villard

Logs when PR key, pullrequest branch and base are passed::::

  • docker-compose -f .jenkins/compose.ci.yml run --rm sonarapi ‘-Dsonar.pullrequest.key=33 -Dsonar.pullrequest.branch=xxxxx -Dsonar.pullrequest.base=develop’

Creating pr-33_build_20_sonarapi_run …

Creating pr-33_build_20_sonarapi_run … done

INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties

INFO: Project root configuration file: /usr/src/sonar-project.properties

INFO: SonarScanner 4.7.0.2747

INFO: Java 11.0.14 Alpine (64-bit)

INFO: Linux 4.14.193-149.317.amzn2.x86_64 amd64

INFO: User cache: /opt/sonar-scanner/.sonar/cache

INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties

INFO: Project root configuration file: /usr/src/sonar-project.properties

INFO: Analyzing on SonarQube server 9.0.1

INFO: Default locale: “en_US”, source code encoding: “UTF-8” (analysis is platform dependent)

INFO: Load global settings

INFO: Load global settings (done) | time=1599ms

INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3xxxxx

INFO: User cache: /opt/sonar-scanner/.sonar/cache

INFO: Load/download plugins

INFO: Load plugins index

INFO: Load plugins index (done) | time=394ms

INFO: Load/download plugins (done) | time=64124ms

INFO: Loaded core extensions: developer-scanner

INFO: Load project settings for component key: ‘xxxxx’

INFO: Load project settings for component key: ‘xxxxx’ (done) | time=311ms

INFO: Process project properties

INFO: Execute project builders

INFO: Execute project builders (done) | time=9ms

INFO: Project key: xxxxx

INFO: Base dir: /usr/src

INFO: Working dir: /usr/src/.scannerwork

INFO: Load project branches

INFO: Load project branches (done) | time=297ms

INFO: Check ALM binding of project ‘xxxxxx’

INFO: Detected project binding: BOUND

INFO: Check ALM binding of project ‘xxxxx’ (done) | time=283ms

INFO: Load project pull requests

INFO: Load project pull requests (done) | time=286ms

INFO: Load branch configuration

INFO: ------------------------------------------------------------------------

INFO: EXECUTION FAILURE

INFO: ------------------------------------------------------------------------

INFO: Total time: 1:20.995s

INFO: Final Memory: 19M/74M

INFO: ------------------------------------------------------------------------

ERROR: Error during SonarScanner execution

ERROR: For input string: “33 -Dsonar.pullrequest.branch=xxxxxx -Dsonar.pullrequest.base=develop”

ERROR:

ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.

2

script returned exit code 2