Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenkinsci/log-parser-plugin

Jenkins log-parser plugin
https://github.com/jenkinsci/log-parser-plugin

jenkins jenkins-plugin

Last synced: about 18 hours ago
JSON representation

Jenkins log-parser plugin

Awesome Lists containing this project

README

        

log-parser-plugin
=================

[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Flog-parser-plugin%2Fmain)](https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Flog-parser-plugin/branches/)

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](src/test/resources/org/jenkinsci/plugins/logparser/maven-project1/logparser-rules.txt) for a sample parsing rule set. See [Wiki](https://wiki.jenkins-ci.org/JENKINS/Log-Parser-Plugin.html) for more details.