We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please provide precise details of the issue you detected.
jenkins/jenkins:2.222.4
What did you expect the plugin to do?
Behave as v0.6.3 did:
What did the plugin do instead?
ANSI control characters are shown, no colors.
Run this Pipeline on Jenkins 2.222.4 with ansicolor 0.7.0
pipeline { agent none options { ansiColor('xterm') } stages { stage('Hello') { steps { echo '\u001B[31mI am red, hopefully!\u001B[0m' } } } }
The text was updated successfully, but these errors were encountered:
Dupe of #185
Sorry, something went wrong.
No branches or pull requests
Please provide precise details of the issue you detected.
Test environment
jenkins/jenkins:2.222.4
Expected behavior
What did you expect the plugin to do?
Behave as v0.6.3 did:
Actual behavior
What did the plugin do instead?
ANSI control characters are shown, no colors.
Steps to reproduce the behavior
Run this Pipeline on Jenkins 2.222.4 with ansicolor 0.7.0
The text was updated successfully, but these errors were encountered: