NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Is your Jenkins build console output colorless and boring? Does it have funky characters like [91m[0m[91m
? This userscript adds colors to your Jenkins console in two ways:
It converts text containing ANSI color escape codes into colorful HTML output. (This is done using the ansi_up library.)
Adds colors to lines matching against text markers (e.g., ERROR:
and Build succeeded
). (Thanks to aaubry's Jenkins colored console userscript, which served as the original basis for this userscript.)
Feel free to modify this userscript with your own text markers and colors!
If you're not seeing console colors, make sure your build scripts are set to output console colors. Also, there's a Jenkins plugin available that also parses ANSI colors in your console: the AnsiColor Plugin. Depending your needs, you may want to use that plugin instead of this userscript.
Rating: 0