Updated Jenkinsparse.

This commit is contained in:
Harrison Deng 2022-05-12 03:03:45 -05:00
parent f88bda1b4b
commit eb7525e651

View File

@ -1,10 +1,8 @@
# Acceptable warnings and errors.
ok /\[\d\d:\d\d:\d\d ERROR\]:.* Initializing Legacy Material Support\./
ok /\[\d\d:\d\d:\d\d WARN\]: Legacy plugin/
ok /\[\d\d:\d\d:\d\d ERROR\]:.* ebean.properties not found/
warn /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/FATAL\] \[ne\.mi\.fm\.lo\.RuntimeDistCleaner\/DISTXFORM\]/
# General guide.
info /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/INFO\]/
warn /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/WARN\]/
error /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/ERROR\]/
info /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/WARN\]/
warn /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/ERROR\]/
error /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/FATAL\]/