From: Holger Levsen Date: Tue, 5 Mar 2013 18:29:11 +0000 (+0100) Subject: new feature: console log output parsing X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6a4b6a0e96447592fdc5e9b075cac161fba78d76;p=profitbricks%2Fjenkins-build-scripts.git new feature: console log output parsing --- diff --git a/logparse/gw-autotest.rules b/logparse/gw-autotest.rules new file mode 100644 index 0000000..f06cc64 --- /dev/null +++ b/logparse/gw-autotest.rules @@ -0,0 +1,25 @@ +# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin + +ok /not really/ + + +# examples for ok despite warnings +ok /^WARNING: U.{5}: can not be positioned properly/ +ok /^WARNING: U.{5}: no glyph defined/ +ok /^WARNING: U.{5}: .+ broken pixel/ +ok /^WARNING: Unknown X keysym/ +ok /^WARNING: Can not find/ +ok /^WARNING: Skipping too long sequence:/ + + +# match line starting with 'error ', case-insensitive +error /(?i)^error / +error /^FINE: Abort. Could not ping all machines./ + +# list of warnings here... +warning /[Ww]arning/ +warning /WARNING/ + +# create a quick access link to lines in the report containing 'INFO' +info /INFO/ +