Skip to content

Commit 4008cea

Browse files
authored
Merge pull request #62 from ISISComputingGroup/hotfix-parse-rules
Change parse rules and disable unstableOnWarning
2 parents c660e78 + f454a8d commit 4008cea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pipeline {
7373
projectRulePath: 'parse_rules',
7474
parsingRulesPath: '',
7575
showGraphs: true,
76-
unstableOnWarning: true,
76+
unstableOnWarning: false,
7777
useProjectRule: true,
7878
])
7979
}

parse_rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
error /(?i)error:?/
2-
warning /(?i)warning:? /
3-
info /(?i)info:? /
1+
error /^(?i)error:?/
2+
warning /^(?i)warning:?/
3+
info /^(?i)info:?/

0 commit comments

Comments
 (0)