Skip to content

Commit

Permalink
Merge pull request #62 from ISISComputingGroup/hotfix-parse-rules
Browse files Browse the repository at this point in the history
Change parse rules and disable unstableOnWarning
  • Loading branch information
rerpha authored Jan 4, 2024
2 parents c660e78 + f454a8d commit 4008cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pipeline {
projectRulePath: 'parse_rules',
parsingRulesPath: '',
showGraphs: true,
unstableOnWarning: true,
unstableOnWarning: false,
useProjectRule: true,
])
}
Expand Down
6 changes: 3 additions & 3 deletions parse_rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
error /(?i)error:?/
warning /(?i)warning:? /
info /(?i)info:? /
error /^(?i)error:?/
warning /^(?i)warning:?/
info /^(?i)info:?/

0 comments on commit 4008cea

Please sign in to comment.