-
New Feature
-
Resolution: Fixed
-
Major
See JENKINS-30777. Does not currently work from WorkflowRun.
- depends on
-
JENKINS-30777 ConsoleLogFilter isn't truly global
-
- Open
-
- relates to
-
JENKINS-38381 [JEP-210] Optimize log handling in Pipeline and Durable Task
-
- Resolved
-
-
JENKINS-48344 Log files generated by Jenkins pipeline scripts are bloated
-
- Resolved
-
-
JENKINS-57586 TaskListenerDecorator's close method is not called
-
- Resolved
-
- links to
(3 links to)
The drawback of doing it in LogActionImpl.stream is that this will not capture the complete output. What is missing is the started and finished messages from the listener and the intermediate output with the prefix. While the prefixed output is probably not that important, having the started by and the finished message when for example using the logstash plugin I would consider important. Not sure if
JENKINS-38381would solve that.