Skip to content

Commit 7b64293

Browse files
author
Pavel Pulec
committed
fix regular expression for Jenkins
1 parent 295a433 commit 7b64293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_puppet_syntax/JENKINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can obviously choose the name for the parser and the trend graph.
88

99
__Regular Expression:__
1010
```
11-
^PUPPET_SYNTAX[^:]*:(.*):.*(warning|err|Error):\s*(.*)$
11+
^PUPPET_SYNTAX[^:]*:(.*):.*(warning|Warning|err|Error):\s*(.*)$
1212
```
1313

1414
__Mapping Script:__

0 commit comments

Comments
 (0)