Skip to content

Commit

Permalink
Adding rule file for console parsing in Jenkins
Browse files Browse the repository at this point in the history
This file was added for console parsing used in Jenkins job for
detecting warnings and errors.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed May 18, 2023
1 parent 445d6e5 commit 1077d0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CI/status_rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Errors
error /\bError\b/
error /(?i)no rule to make target/
error /(?i)command not found/

# Warnings
warning /^\bWarning\b/
warning /(?i)cannot open/
warning /(?i)cannot create/
warning /(?i)cannot stat/
warning /(?i)doesn't exists/
warning /(?i)no such file or directory/
warning /(?i)permission denied/
warning /(?i)Failed connect to artifactory.analog.com/
warning /(?i)unknown error while trying/

0 comments on commit 1077d0b

Please sign in to comment.