--- /dev/null
+# 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/
+