-
Bug
-
Resolution: Fixed
-
Major
-
None
Since Hudson 1.349, console notes can be embedded into the console output file. These notes are stored in an encoded format and are intended to be stripped out before the console is displayed.
The build log regex functionality, since it reads from the console output file directly, puts these encoded notes into the email.
These console notes can be stripped out by calling ConsoleNote.removeNotes(String) (introduced in Hudson 1.350) on each line as the BuildLogRegexContent class reads it from the log.
- is duplicated by
-
JENKINS-5970 Provide an option to include or exclude console output annotations
- Closed
- relates to
-
JENKINS-42536 Logstash output contains color annotations ([8mha...)
- Closed