Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenkinsci/log-parser-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2010-12-13T05:43:52.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-31T06:00:14.000Z (10 days ago)
- Last Synced: 2025-02-02T00:08:03.048Z (8 days ago)
- Topics: jenkins, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/log-parser/
- Size: 424 KB
- Stars: 54
- Watchers: 100
- Forks: 75
- Open Issues: 2
-
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
=================[![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.