Timestamp background color white

This issue is archived. You can view it, but you can't modify it. Learn more

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

            Assignee:
            Steven G Brown
            Reporter:
            Ben Dean
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: