Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidparsson/jenkins-log-searcher
Searches for regex patterns in all logs for a Jenkins job and prints the matches in a formatted output.
https://github.com/davidparsson/jenkins-log-searcher
Last synced: 16 days ago
JSON representation
Searches for regex patterns in all logs for a Jenkins job and prints the matches in a formatted output.
- Host: GitHub
- URL: https://github.com/davidparsson/jenkins-log-searcher
- Owner: davidparsson
- Created: 2013-01-28T10:20:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T15:55:12.000Z (about 8 years ago)
- Last Synced: 2023-04-09T23:58:03.171Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project is deprecated
Use **[jenkins-log-grep](https://github.com/davidparsson/jenkins-log-grep)** instead.## Overview
Searches for regex patterns in all logs for a Jenkins job and prints the matches in a formatted output.Usage:
./search-logs.py http://url/to/jobSample output:
#84 - my-jenkins-job - 2013-01-28 10:44:52 - UNSTABLE
MyTestClass.aTestName
MyTestClass.aTestName
MyTestClass.anotherTestName#83 - my-jenkins-job - 2013-01-28 10:08:14 - SUCCESS
MyTestClass.aTestName