Hello, I am experiencing similar issue to SonarCloud now not updating GitHub PR and Checks
albeit with the different project setup.
SonarQube Scanner for Jenkins 3.3.0.1492
Jenkins: 2.171
sonar-scanner
-Dsonar.projectKey=crossplaneio_crossplane
-Dsonar.projectName=crossplane
-Dsonar.organization=crossplane
-Dsonar.sources=.
-Dsonar.pullrequest.base=master
-Dsonar.pullrequest.branch=PR-374
-Dsonar.pullrequest.key=374
-Dsonar.pullrequest.provider=github
-Dsonar.pullrequest.github.repository=crossplaneio/crossplane
The Analysis runs successfully and results in successfully uploaded report:
23:15:38 INFO: ANALYSIS SUCCESSFUL, you can browse https://sonarcloud.io/project/issues?id=crossplaneio_crossplane&pullRequest=374&resolved=false
23:15:38 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
23:15:38 INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AWoAvNvJ8FPh9JKrfqhN
23:15:38 INFO: Analysis total time: 13.791 s
23:15:38 INFO: ------------------------------------------------------------------------
23:15:38 INFO: EXECUTION SUCCESS
23:15:38 INFO: ------------------------------------------------------------------------
23:15:38 INFO: Total time: 16.883s
23:15:38 INFO: Final Memory: 42M/955M
23:15:38 INFO: --------------------------
However, the PR Check is not created.
I am new to SonarCloud and I suspect I have provided incorrect/incomplete configuration for the Analysis job.
Could someone please take a look to help me out with this?