-
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
logstash-plugin preventing colored output from ansicolor #222
Comments
tszmytka
added a commit
to tszmytka/ansicolor-plugin
that referenced
this issue
May 13, 2021
Merged
5 tasks
@thenom Thank you for identifying the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same issue but i have found why we have the issue.
Jenkins: 2.263.4
AnsiColor: 0.7.5
To confirm our issue, while the job is running, the output is correct all the way up to completion. When we refresh the page or revisit it, the problem occurs. I have found a fixed (in our use case) and can replicate:
This pipeline job works fine including after refresh:
But we use the logstash plugin to output the logs to ES so the actual setup we use is this:
The output is fine during the run (had to put a sleep in to see the job showed correctly during the run) but after refreshing i get the issue:
If i switch around the logstash and ansi classes it works fine:
Originally posted by @thenom in #216 (comment)
The text was updated successfully, but these errors were encountered: