Jenkins Pipeline Log Highlighter icon

Jenkins Pipeline Log Highlighter

Extension Actions

How to install Open in Chrome Web Store
CRX ID
bnnbiekdndebgipmbfcmifmigpghfnbe
Status
  • Live on Store
Description from extension meta

Highlight syntax in logs from Jenkins Pipelines.

Image from store
Jenkins Pipeline Log Highlighter
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