Description from extension meta
Highlight syntax in logs from Jenkins Pipelines.
Image from store
Description from store
Highlight syntax in log files from Jenkins pipelnies.
Supported formatting:
* timestamp (e.g. [2025-05-26T10:25:36.521Z])
* stage start and end
* pipeline commands (starting with [Pipeline])
* subcommands (starting with +)
* important parts in brackets, up to 100 chars (e.g. [INFO])
* ANSI coloring (e.g. \033;90m)
Source code: https://github.com/KamilMatejuk/log-syntax-highlight-ext
Changelog:
* 1.1 - automatically load defaults from storage after install
* 1.2 - support ANSI coloring