| {quote}I think the idea of wrapping pipeline via a step to get this is very strange and a usability hassle though (wouldn't people want to see timestamps always as a base line?){quote} Michael Neale one group of people who apparently has no use for timestamps are Jenkins plugin developers, c.f. https://ci.jenkins.io/job/Plugins/ YMMV More seriously: there are more plugins one could consider obvious defaults, e.g: log rotate, colorize output or mask passwords. I agree there is an usability problem, but it's a general pipeline problem. There is just no convenient way to apply common settings like the above. I've already mentioned it before. You can define a common wrapper via shared libraries, but you need to remember to apply this (unless you want declarative pipeline). I'd love to see this general issue addressed instead of just baking in the timestamps |