-
Notifications
You must be signed in to change notification settings - Fork 84
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
ansiColor step inside withMaven: coloring is not kept after execution #223
Comments
I just found an acceptable workaround:
|
Thanks for a very good report and investigation. |
You're welcome ! It seems many plugins have this issue (of not relaying log lines properly, like #222, #193 and #201).
Do you think there is something to be done upstream ? I'm willing to help but I don't know exactly where I should start... Thanks for your ideas. |
Awesome ! |
Version report
Jenkins and plugins versions report:
Reproduction steps
/console
of the run: the "Hello World" text is properly colored/console
of that run (not/consoleText
)Results
Expected result:
The text "Hello World" is displayed in magenta
Actual result:
The text "Hello World" was displayed unrendered (meaning:
�[35;1mHello world�[0m
)The text was updated successfully, but these errors were encountered: