[JENKINS-45693] Calling TaskListenerDecorator#72
Merged
jglick merged 56 commits intojenkinsci:masterfrom Oct 4, 2018
Merged
Conversation
… to be usable from LogAction. (Core-defined notes do use Object, explicitly or implicitly via rawtypes.)
…al LogActionImpl. Includes further encapsulation than that started in jenkinsci#10. Also applying ConsoleLogFilter in new mode.
…epContext to AnnotatedLogAction.
Using jitpack for jenkinsci/workflow-api-plugin#17, and picking up jenkinsci/maven-hpi-plugin#46.
…p a deployed snapshot.
…g is correct even for block-scoped nodes.
…2 to avoid copying.
…e concise and readable HTML and faster collapsing.
… had used LogAction, it must continue to do so (now teeing to the overall log).
…support LogStorageAction, and handling TaskListener & AutoCloseable.
This was referenced Sep 5, 2018
Member
Author
|
Urgh, Azure mirror outages, will try to bump CI… |
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, but subject to the upstream log-handling rewrite approval
Member
|
Convenience link for reviewers: jglick/workflow-support-plugin@logs-JENKINS-38381...jglick:ConsoleLogFilter-JENKINS-45693 |
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 #15. Downstream of jenkinsci/workflow-api-plugin#76. See jenkinsci/workflow-job-plugin#105.