question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running together with Timestamper prevents AnsiColor 0.7.0 from working correctly, 0.6.3 ok

See original GitHub issue

Test environment

  • Jenkins Version: 2.176.3
  • AnsiColor Version: 0.7.0

How I installed

Showing it is installed: Screen Shot 2020-06-12 at 3 24 52 am

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: Screen Shot 2020-06-12 at 3 29 38 am

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:38 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
joshdcoxcommented, Jun 15, 2020

FWIW, AnsiColor 0.7.0 isn’t working for us either. We reverted to 0.6.3, which still works works fine.

3reactions
faithlinpaulcommented, Jul 3, 2020

Doesn’t work for me with version0.7.0 and Jenkins 2.235.1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found