-
New Feature
-
Resolution: Fixed
-
Minor
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
- relates to
-
JENKINS-56752 Ability to embed charts into other pages
-
- Closed
-
I looked at that plugin and I think it’s double handling the warnings and logs
Plus you have to do some magic in git to make it work
I’m happy to do a PR once I get the code running