Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
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.
Attachments
Issue Links
- 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
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Summary | workflow doesn't honor global ConsoleLogFilter | ConsoleLogFilter isn't truly global |
Description |
Workflow does not honor global {{ConsoleLogFilter}} extensions. This prevents a plugin from automatically intercepting all the log processing. |
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. |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Labels | workflow |
Assignee | Kohsuke Kawaguchi [ kohsuke ] |
Remote Link | This issue links to "PR 1833 (partial) (Web Link)" [ 13174 ] |
Link |
This issue is related to |
Link |
This issue is related to |
Workflow | JNJira [ 165904 ] | JNJira + In-Review [ 197845 ] |
Labels | workflow | pipeline workflow |
Labels | pipeline workflow | pipeline |
Link |
This issue relates to |
Link |
This issue is related to |
Link |
This issue is blocking |
Assignee | Kohsuke Kawaguchi [ kohsuke ] | |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Open [ 1 ] |
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.