-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.20
timestamper-plugin 1.8.6
ansicolor-plugin 0.4.2
simple-theme-plugin 0.3
material theme 1.3.1
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
- is duplicated by
-
JENKINS-38573 Timestamp CSS style is problematic
- Resolved
- relates to
-
JENKINS-34019 ANSIColor plugin leaks format onto next line's timestamp
- Reopened