Pipeline Log Filter

0/5

扩展简介

This plugin aims to filter pipeline build log from you active tab. This is suitable for Jenkins build log outputs where you might have console output of dotnet build, dotnet tests, checkmarkx and mstest warnings.

It removes lines starting with:
– [INFO
– [WARNING
– [DEBUG
– WARNING:
– INFO:
– [CHECKMARKX
– [MSTEST-PLUGIN
– Empty html tags
– Orphan dates in dd.mm.yyyy|hh:mm.ss.fff format
– Duplicate new lines

And colorizes important lines:
– green for dotnet, Test run, SUCCESS
– red for error, failed, FAILURE
– yellow for warning

安装

发表评论