Skip to content

jenkinsci/log-parser-plugin

This branch is up to date with develop.

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Jan 30, 2025
Jan 30, 2025
Oct 28, 2022
Jun 3, 2024
Jun 26, 2019
Oct 15, 2023
Aug 11, 2022
Oct 25, 2018
Dec 23, 2023
Jun 26, 2019
Jun 26, 2019
Jun 26, 2019
Feb 16, 2025

Repository files navigation

log-parser-plugin

Build Status

Parses the console output and highlights error/warning/info lines. It will make you analyze your build log in a pretty good way in Jenkins This log parser plugin will parse the console build logs which will be generated by Jenkins build. We can apply the following features in our logs by using this plugin:

  • Categorize the build log into the sections like ERRORS, INFO, DEBUG, WARNING, and HEADER.
  • Display these sections in summaries like the total number of errors and info on the build page.
  • Highlight the lines of our interest in the build log as per our needs.
  • Link the summary of errors and warnings with the full log, which makes us easy to search for a line of interest in the build log.

Also see logparser-rules.txt for a sample parsing rule set. See Wiki for more details.