xcpretty
xcpretty copied to clipboard
output message color incorrect when calling from Jenkins shell
The Jenkins log window do not display any colorful compile error message.
Did you try adding --color to the xcpretty argument list? i.e.
blah | xcpretty --color
I think autodetect doesn't always work.
No, Log message will be display with "[33m" ahead.
Yes, add --color and turn on Jenkins ANSI color plugin, it show the correct color. Many thanks!