-
Improvement
-
Resolution: Unresolved
-
Minor
-
Ansi Color Plugin version 0.4.1
The Plugin seems to generate a span html tag for several parts of the same line, having all the line the same colour. While this is not a problem on small builds, in large projects the console output can increase considerably (up to 100Mb in ours) and the response time to check the whole log is also affected notably.
An example can be checked at:
http://build.osrfoundation.org/job/gazebo-default-devel-trusty-amd64-gpu-nvidia/lastSuccessfulBuild/consoleFull
For example (all the line is in red):
[Err] [SVGLoader.cc:666] Failed to load file /not/a/file.svg
ends up in:
75: <b><span style="color: #CD0000;">[Err] </span></b> <b><span style="color: #CD0000;">[</span></b> <b><span style="color: #CD0000;">SVGLoader.cc</span></b> <b><span style="color: #CD0000;">:</span></b> <b><span style="color: #CD0000;">666</span></b> <b><span style="color: #CD0000;">] </span></b> <b><span style="color: #CD0000;">Failed to load file </span></b> <b><span style="color: #CD0000;">/not/a/file.svg</span></b>
- duplicates
-
JENKINS-11752 ANSI color plugin adds garbage to log
- Resolved