-
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
Implement rendering ANSI color codes in stage view log output #207
Comments
I actually have been thinking about this for some time but other things always got in the way. This is a new feature that has simply never been implemented. |
We recently ran into this issue (Jenkins 2.235.1, AnsiColor 0.7.5). One thing that I did notice is that the color rendered just fine when viewing the stage view while the command was executing. The color isn't rendered only when viewing the stage view when the command has completed execution. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, I got the same behaviour since i update my jenkins server. |
I revert to ansicolor v0.6.2 and new build keep colors in stage view. |
To fix it, you need to go to Settings ---> Ansicolor ---> Global color map for all builds ---> and set it to xterm. |
Test environment
Expected behavior
ANSI color codes interpreted in stage view log output.
Actual behavior
ANSI color codes are interpreted in overall build log output, but not within individual stage view log output.
Steps to reproduce the behavior
Jenkinsfile
; review the staging specific log outputIssue checklist
The text was updated successfully, but these errors were encountered: