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: about 1 month ago
JSON representation

Searches for regex patterns in all logs for a Jenkins job and prints the matches in a formatted output.

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/job

Sample 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