jenkins-cli

🌈 Log Highlighting

Pattern-based enrichment that turns plain build text into readable diagnostics.

Pattern-based enrichment turns plain build text into readable diagnostics.

CategoryExamples DetectedStyling
Build ResultBUILD SUCCESS, BUILD FAILURE, UNSTABLEColoured + icon
Test SummaryTests run: X Failures: Y Errors: ZNumeric colour emphasis
Toolsdocker pull, git clone, npm installPrefixed icons & colour
Diffs@@ ... @@, +added, -removedMagenta hunk / green / red
LevelsERROR, WARN, INFO, DEBUG, TRACE, stack tracesRich labels / dim frames
JSON LinesSingle-line JSON objects / arraysPretty-highlighted or manual fallback
Paths & URLs~/file.ts, C:\path\a.js, https://...Cyan / underlined URLs
Progress31/120 (25%) or just 31/120Recomputed percentage

Disable icons entirely: JENKINS_CLI_NO_ICONS=1 (or JENKINS_CLI_PLAIN=1).