[JENKINS-45693] Defined TaskListenerDecorator#76
Merged
jglick merged 45 commits intojenkinsci:masterfrom Oct 4, 2018
Merged
Conversation
Otherwise when resuming a build you can get: … org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly$1 run WARNING: null java.io.IOException: java.io.IOException: not implemented at org.jenkinsci.plugins.workflow.log.BrokenLogStorage.overallListener(BrokenLogStorage.java:52) at org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.getListener(FlowExecutionOwner.java:130) at org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly$1.run(TryRepeatedly.java:96) at … Caused by: java.io.IOException: not implemented at org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner$DummyOwner.getExecutable(FlowExecutionOwner.java:166) at io.jenkins.plugins.pipeline_log_fluentd_cloudwatch.PipelineBridge.forBuild(PipelineBridge.java:55) at org.jenkinsci.plugins.workflow.log.LogStorage.of(LogStorage.java:115) ... 10 more
…rogressive logging and node decorating in a reusable way.
Reverting the fix in jenkinsci/workflow-support-plugin@842ee5a reproduces the ISE. One root cause was fixed in jenkinsci/workflow-job-plugin@976c775.
This was referenced Sep 5, 2018
…omplains about, causing bad display of logs from before upgrade.
dwnusbaum
approved these changes
Sep 28, 2018
svanoort
approved these changes
Sep 28, 2018
Member
svanoort
left a comment
There was a problem hiding this comment.
Approved subject to the upstream approval
Member
|
Compare link for convenience: jglick/workflow-api-plugin@logs-JENKINS-38381...jglick:ConsoleLogFilter-JENKINS-45693 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JENKINS-45693
Subsumes #17. See jenkinsci/workflow-support-plugin#72 & jenkinsci/workflow-job-plugin#105.