Skip to content

Commit

Permalink
Jenkins Log Parser file -- no need to pin to the beginning of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Dec 23, 2011
1 parent 8d213e4 commit 921f1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js-console-log.logparse
Expand Up @@ -9,8 +9,8 @@

# match line starting with 'error ', case-insensitive
error /Error:/
error /^\[ERROR\]/
error /^\[FAIL\]/
error /\[ERROR\]/
error /\[FAIL\]/

# list of warnings here...
warning /[Ww]arning/
Expand Down

0 comments on commit 921f1f8

Please sign in to comment.