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