Re: Appending to build log after complete

2019-06-09 Thread Tim Jacomb
Thanks Jesse I've created an Action. https://github.com/jenkinsci/build-failure-analyzer-plugin/pull/106 Any feedback welcomed Thanks Tim On Mon, 3 Jun 2019 at 13:03, Jesse Glick wrote: > On Mon, Jun 3, 2019 at 3:51 AM Tim Jacomb wrote: > > It has functionality where a user can force

Re: Appending to build log after complete

2019-06-03 Thread Jesse Glick
On Mon, Jun 3, 2019 at 3:51 AM Tim Jacomb wrote: > It has functionality where a user can force another analysis to be run on a > build > This gets the log file on disk, opens a PrintStream to it and appends log > information to it about the scan result Should be rewritten to do something else,

Appending to build log after complete

2019-06-03 Thread Tim Jacomb
Hi I'm looking at fixing JENKINS-54840 in the build-failure-analyzer plugin It has functionality where a user can force another analysis to be run on a build This gets the log file on disk, opens a PrintStream to it and appends log information