Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38390

Timestamp background color white

XMLWordPrintable

      This is the theme URL I'm using:
      https://jenkins-contrib-themes.github.io/jenkins-material-theme/dist/material-light-blue.css

      Then I have a build with the timestamp and ansi color wrappers and one shell step that does this:

      #!/bin/bash
      
      echo "This looks terrible"
      echo -e "\e[31m This is red\e[0m"
      echo -e "\e[32m This doesn't reset"
      echo "The end"
      

      The attached screenshot is the build output. It does not do this with timestamper 1.8.4 (which we had previously).

      This seems to be related to JENKINS-34019

            stevengbrown Steven G Brown
            b_dean Ben Dean
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: