xcpretty icon indicating copy to clipboard operation
xcpretty copied to clipboard

output message color incorrect when calling from Jenkins shell

Open dourgulf opened this issue 8 years ago • 3 comments

The Jenkins log window do not display any colorful compile error message.

dourgulf avatar Dec 27 '17 09:12 dourgulf

Did you try adding --color to the xcpretty argument list? i.e.

 blah | xcpretty --color

I think autodetect doesn't always work.

ftrofin avatar Mar 10 '18 19:03 ftrofin

No, Log message will be display with "[33m" ahead.

dourgulf avatar Mar 22 '18 03:03 dourgulf

Yes, add --color and turn on Jenkins ANSI color plugin, it show the correct color. Many thanks!

dourgulf avatar Mar 22 '18 03:03 dourgulf