Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube * Developer Edition Version 8.3.1 (build 34397)
Jenkins pipeline (not PR builder plugin)
Github Enterprise 2.19.9
GitHub App for integration
ALM integration for Github configured inside Sonar portal in ALM section (following documentation) - what are you trying to achieve
PR decoration with sonar checks, but I Github is still waiting for checks. - what have you tried so far to achieve this
sonar:sonar command executed by Jenkins:mvn -T 1C clean install scalafix:scalafix site sonar:sonar -Dsonar.login=$SONAR_TOKEN -Dsonar.pullrequest.key=56 -Dsonar.pullrequest.branch=TEST-SONAR -Dsonar.pullrequest.base=master -Dsonar.host.url=
https://sonar.corp.com/
-Dsonar.pullrequest.github.endpoint=
https://git.company.com/api
-Dsonar.pullrequest.github.repository=org/repo -Dsonar.scm.revision=refs/pull/COMMIT_ID/head
I manage to see the PR check in sonar portal, but I receive an warning: Pull request decoration did not happen. Please configure pull request properties in the project administration.
for TEST-SONAR PR.
ce.log on DEBUG:
2020.08.06 12:41:05 INFO ce[AXPDyfYGLLFuqhSrc5-H][o.s.c.t.p.a.p.PostProjectAnalysisTasksExecutor] Pull Request decoration | status=SUCCESS | time=8ms
Any help will be much appreciated.