Add support for collection of pipeline logs#74
Merged
Conversation
FlorianVeaux
marked this pull request as draft
June 12, 2020 09:29
FlorianVeaux
force-pushed
the
florian/collect_pipeline_logs
branch
2 times, most recently
from
June 15, 2020 13:26
46d50d2 to
63744c4
Compare
FlorianVeaux
marked this pull request as ready for review
June 15, 2020 13:30
FlorianVeaux
force-pushed
the
florian/collect_pipeline_logs
branch
from
June 15, 2020 13:34
63744c4 to
dfda90d
Compare
* Add workflow-job dependency * Update version * Reuse jenkins.version constant * Bumpt to 2.164.x * Set min version to 2.164.1
hithwen
reviewed
Jun 15, 2020
sarah-witt
reviewed
Jun 16, 2020
sarah-witt
reviewed
Jun 16, 2020
FlorianVeaux
force-pushed
the
florian/collect_pipeline_logs
branch
from
June 17, 2020 10:40
0988f04 to
5a1642c
Compare
…ectionTest.java Co-authored-by: Sarah Witt <[email protected]>
sarah-witt
approved these changes
Jun 17, 2020
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.
What does this PR do?
This PR adds the ability to forward logs emitted by Jenkins Pipelines directly to Datadog.
Description of the Change
This PR adds a TaskListenerDecorator and the relevant tests.