xcbeautify icon indicating copy to clipboard operation
xcbeautify copied to clipboard

Teamcity renderer

Open dimones opened this issue 5 months ago • 1 comments

Added renderer for TeamCity CI. It improves showing warnings and errors.

The main reason is showing developers compilation errors on build page instead of searching error from the very long output log.

I’ve copied the TerminalRenderer, because this renderer is good and shows information very well. Just added additional strings to logs according to the TeamCity documentation to show compilation errors and highlight warnings

Before: image

After: image

dimones avatar Jan 17 '24 10:01 dimones