jenkinsci / ansicolor-plugin

Jenkins ANSI Color Plugin
https://plugins.jenkins.io/ansicolor/
MIT License
253 stars 84 forks source link

Ignoring ANSI Reset codes and causing lines in console to run together inline #286

Open reubenavery opened 6 months ago

reubenavery commented 6 months ago

Jenkins and plugins versions report

Environment Jenkins 2.440.1.4 + AnsIColor 1.0.4 + Timestamper 1.26

What Operating System are you using (both controller, and any agents involved in the problem)?

Cloudbees CI in EKS Kubernetes

Reproduction steps

Seeing this happening in both Terraform colorized output as well as a Python 3.6 app, ANSI Reset characters I presume being escaped into what appear to be HTML comments, see screenshots 2024-05-14 at 2 04 PM 2024-05-14 at 2 02 PM

Expected Results

Lines in console to correctly format as "blocks"

Actual Results

"blocks" are "inline" and missing html element to correctly format

Anything else?

I mentioned Timestamper plugin just to indicate its presence however this issue still wants to appear even after disabling Timestamper.

Are you interested in contributing a fix?

No response