Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding TailLog as an alternative to BuildWatcher #532

Merged
merged 3 commits into from Dec 2, 2022

Conversation

jglick
Copy link
Member

@jglick jglick commented Dec 1, 2022

@jglick jglick requested a review from Vlatombe December 1, 2022 23:10
src/main/java/org/jvnet/hudson/test/TailLog.java Outdated Show resolved Hide resolved
@jglick jglick enabled auto-merge December 2, 2022 11:53
@jglick jglick merged commit b6bb2d4 into jenkinsci:master Dec 2, 2022
@jglick jglick deleted the TailLog branch December 2, 2022 12:31

@Override
public void close() {
tailer.stop();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jenkinsci/mock-slave-plugin@43ec9c7 from jenkinsci/mock-slave-plugin#165 might also need to wait for the tailer thread to exit, which I guess would mean manually starting the thread (not using create) and calling join.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants