https://github.com/jenkinsci/log-parser-plugin
Jenkins log-parser plugin
https://github.com/jenkinsci/log-parser-plugin
jenkins jenkins-plugin
Last synced: 6 months ago
JSON representation
Jenkins log-parser plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/log-parser-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2010-12-13T05:43:52.000Z (almost 15 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-07T05:47:07.000Z (7 months ago)
- Last Synced: 2025-03-29T01:08:31.040Z (6 months ago)
- Topics: jenkins, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/log-parser/
- Size: 435 KB
- Stars: 55
- Watchers: 98
- Forks: 76
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
log-parser-plugin
=================[](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.