Running together with Timestamper prevents AnsiColor 0.7.0 from working correctly, 0.6.3 ok
See original GitHub issueTest environment
- Jenkins Version: 2.176.3
- AnsiColor Version: 0.7.0
How I installed
Showing it is installed:

I also restarted Jenkins (several times).
I have a build step that looks like this:
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
sh "[ ${params.RUN_E2E} = true ] && (cd /src; TEMPLATE=${params.TEMPLATE} make e2e) || true"
}
I also tried:
options {
ansiColor('xterm')
}
Expected behavior
I expected coloured output from Sceptre and shUnit2.
Actual behavior
It’s not coloured:

Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:38 (1 by maintainers)
Top Results From Across the Web
ASCI escape codes shown literally in Jenkins build output
We're currently running 0.6.3; if 0.7.1 with the fix gets released soon, upgrading isn't hard.
Read more >Dependencies | hlp | npm
arrow_right @babel/cli. 7.19.3 Notes Relation Licenses Dependencies 37
Version 7.19.3 Published Description
arrow_right @babel/core. 7.20.5 Notes Relation Licenses Dependencies 51
Version 7.20.5 Published Description
Read more >npm fails to install
Getting a rather long error when trying to run sudo npm install -g appium. The log file generated is as follows: 0 info...
Read more >[fedora-arm] arm rawhide report: 20150721 changes
X New package: docco-0.6.3-3.fc23 The Quick and Dirty Literate Programming Documentation Generator New package: dock-1.3.7-1.fc23 Improved ...
Read more >r
essentials, 3.6.0, Various, X, X, X, Some essential packages for working with R. essentials-mrclient, 3.4.3, Various, X, X, Essential R packages including ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

FWIW, AnsiColor 0.7.0 isn’t working for us either. We reverted to 0.6.3, which still works works fine.
Doesn’t work for me with version
0.7.0andJenkins 2.235.1