-
Notifications
You must be signed in to change notification settings - Fork 83
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
Pieces of base-64 garbled output display in partial views #30
Comments
Ah, I have a hunch. The state probably needs to be preserved across lines, which means instantiating a new filter on every line is a bad idea (at least that's how I remember it, I'm on my phone right now). Might be an easy fix. I'm currently in the process of moving, though, so I will try to fix this when things have calmed down. |
Hmm, okay, that turned out not to be the case. The Filter is properly instantiated once. Looking at your output, the preceding line is |
Yes, garbage goes away when you are looking at the full log. |
Yes, this is simply a side-effect of #67. The base64 encoded data can't be interpreted to sth. sensible when picked up mid-stream (due to not showing the full log). |
Having spent a fair amount of time with #185 I can say something about this. This issue has nothing to do with @dblock I think this can be closed as any attempts at fixing this would require manually updating the log file - I actually went in that direction at the beginning of #198 |
I think this can stay open since it's still an issue. I agree there's nothing sensible AnsiColor can do right now, but maybe someone encountering this problem will have a better idea (e.g. improving how Jenkins reads log tails). |
@dblock I've fixed this behavior directly in Jenkins some time ago already (as the ticket above shows) and forgot to post an update. Jenkins version |
Partial truncated text.
The text was updated successfully, but these errors were encountered: