Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Developer Edition
Version 10.3 (build 82913) -
how is SonarQube deployed: zip, Docker, Helm
Helm -
what are you trying to achieve
PR Decorations in Atlassian Bitbucket v7.21.4 -
what have you tried so far to achieve this
I’ve configured the DevOps Platform Integration in SonarQube for Bitbucket and it says Quality Gate status reporting is green.
I’ve run builds using Jenkins project level job with successful scan results in SonarQube and also I see the SonarQube Gate results in Jenkins.
I’ve also checked that at the project level, the DevOps Platform Integration fields are filled in and it shows “Configuration Valid” at the bottom.
The logs for the ce show no errors:
> 2023.12.20 16:15:45 INFO ce[AYyIAqrKbY_AZ_TlAO_1][o.s.c.t.p.a.p.PostProjectAnalysisTasksExecutor] Webhooks | globalWebhooks=1 | projectWebhooks=0 | status=SUCCESS | time=145ms
> 2023.12.20 16:15:45 INFO ce[AYyIAqrKbY_AZ_TlAO_1][o.s.c.t.p.a.p.PostProjectAnalysisTasksExecutor] Pull Request decoration | status=SUCCESS | time=0ms
> 2023.12.20 16:15:45 INFO ce[AYyIAqrKbY_AZ_TlAO_1][o.s.c.t.p.a.p.PostProjectAnalysisTasksExecutor] Report branch Quality Gate status to devops platforms | status=SUCCESS | time=10ms
But, I think that one Webhook is just the one for Jenkins probably. We need the one for Bitbucket to work.
Any thoughts?