Re: [Plugin Proposal] Build operations logging

2023-06-05 Thread Harel H
Thanks Vincent! Seems like setting the output to STDOUT does exactly what we need. Appreciate your help. On Thursday, 1 June 2023 at 14:52:48 UTC+3 Vincent Latombe wrote: > Hi, > > Have you looked at the Audit Trail Plugin > ? It seems to have

Re: [Plugin Proposal] Build operations logging

2023-06-01 Thread Vincent Latombe
Hi, Have you looked at the Audit Trail Plugin ? It seems to have an implementation of RunListener doing something

[Plugin Proposal] Build operations logging

2023-05-29 Thread Harel H
Hello guys, We recently needed a plugin that streams build information to Jenkins systems logs: - Start time - End time - Job + build number - Result - Initiator - Agent We could accomplish it by adding a function to each Jenkinsfile (calling java.util.logging.Logger