Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
What I was thinking was to allow an extension point to write warnings to the SCM. I was thinking github for my needs but others have similar concepts.
The extension points could iterate based on the URL and decide if its a PR and one of its own then invoke it with each line or just send the whole report to be processed.
Any plugin would then decide if to add the warnings into the PR
Attachments
Issue Links
- relates to
-
JENKINS-56752 Ability to embed charts into other pages
-
- Open
-
So as I said before Christmas on Gitter, I am still interested by this feature. Bitbucket server has something similar to the GitHub Checks API, it's called Code Insights (see https://confluence.atlassian.com/bitbucketserver/code-insights-966660485.html). There is no equivalent with Bitbucket cloud as of now. Services like Codacy simply create comments in pull requests for Bitbucket cloud. GitLab seems to have somthing similar to GitHub and Bitbucket (https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html), but it might not be exactly the same thing. I'm no GitLab expert.user, so I might be entirely wrong here.