Workflow does not honor global ConsoleLogFilter extensions.
This prevents a plugin from automatically intercepting all the log processing. This is useful for example if your company runs fluentd, logstash, or any other centralized log aggregation service.
- is blocking
-
JENKINS-45693 Ability to decorate Pipeline builds as a global extension
-
- Resolved
-
- is related to
-
JENKINS-27392 API to decorate console output
-
- Resolved
-
- relates to
-
JENKINS-38381 [JEP-210] Optimize log handling in Pipeline and Durable Task
-
- Resolved
-
-
JENKINS-72799 ConsoleLogFilter is not applied to all SlaveComputer logging
-
- Closed
-
- links to
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
core/src/main/java/hudson/console/ConsoleLogFilter.java
core/src/main/java/hudson/model/Run.java
http://jenkins-ci.org/commit/jenkins/36eea3dccfd75c76c22092878de30866956f3ebf
Log:
JENKINS-30777 Generalized the signature to work with Run, not just AbstractBuild.