Skip to content

Commit

Permalink
fix regular expression for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pulec committed Aug 26, 2015
1 parent 295a433 commit 7b64293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_puppet_syntax/JENKINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can obviously choose the name for the parser and the trend graph.

__Regular Expression:__
```
^PUPPET_SYNTAX[^:]*:(.*):.*(warning|err|Error):\s*(.*)$
^PUPPET_SYNTAX[^:]*:(.*):.*(warning|Warning|err|Error):\s*(.*)$
```

__Mapping Script:__
Expand Down

0 comments on commit 7b64293

Please sign in to comment.