warnings-ng-plugin
warnings-ng-plugin copied to clipboard
Block scoped usage
See https://issues.jenkins-ci.org/browse/JENKINS-44450
TODOs: https://groups.google.com/forum/#!msg/jenkinsci-dev/C3cQQSRWpqI/NJcSDsH9BwAJ
@uhafner Any plans on moving this forward?
I stopped working on it since I found no solution to return the results back to the master. The basic use case is working, just the master slave communication is missing. Interested in helping?
any progress?
Actually, I improved the PR a little bit (https://github.com/jenkinsci/warnings-ng-plugin/tree/block-scoped). I got the serialization working, but then I noticed that in order to correctly support it in the planned way I need to change the API of the analysis-model from a text oriented input to a line oriented input, which is not trivial. At least a lot of existing parsers work differently (e.g. read multiple lines of the console or read XML files).
So I am sorry to say this PR still is stalled.