-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR decoration for bitbucket fails in latest 1.5 release #265
Comments
Hi there, FYI, I've encountered the same issue with plugin 1.6, sonar 8.5.1 and bitbucket server 6.8.0. |
I uploaded a snapshot release of 1.6.0 with the added fix for Bitbucket Server code annotations over in our fork, if you need this before it is merged: https://github.com/idealo/sonarqube-community-branch-plugin/releases/tag/1.6.1-SNAPSHOT |
I am using SonarQube 8.5.0 Community with plugin version 1.6 and I am trying to run Pull request decoration in BitBucket Cloud, but they just wont to appear, these are my setting: sonar-project.properties
bitbucket-pipelines.yml
Also in my
but I can't find such setting in global settings |
@mc1arke @ksl67 @marvin-w unfortunately since #237 PR decoration fails with the following stracktrace for me:
The Code Insights API expects the field to be called message: https://docs.atlassian.com/bitbucket-server/rest/7.7.0/bitbucket-code-insights-rest.html#idp12
Maybe an additional field for summary is needed?
Originally posted by @tobilarscheid in #237 (comment)
The text was updated successfully, but these errors were encountered: