> On 07.09.2015, at 03:35, Antonio Muñiz <[email protected]> wrote: > > Do you mean Timestamper Plugin? It stores timing information in additional > files and then show it in the UI, but the original build log file (in the > filesystem) remains the same. The aim of this new feature would be having the > timing information just in the original build log file.
-- > On 07.09.2015, at 03:36, Antonio Muñiz <[email protected]> wrote: > > BTW I would like to do it as a plugin, but there is no extension point for > that. It seems to me that ConsoleLogFilter should be able to do this. Timestamper uses that when you don't have an AbstractBuild or configure it to. See e.g. https://github.com/jenkinsci/timestamper-plugin/blob/master/src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java#L99 https://github.com/jenkinsci/timestamper-plugin/blob/master/src/main/java/hudson/plugins/timestamper/TimestampNote.java#L34 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/56A8C0A1-2992-4CD5-BAB5-DB95045EDA6E%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
