# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin ok /not really/ # oh well ok /^dpkg-source: warning/ ok /^dpkg-gencontrol: warning/ ok /^dpkg-buildpackage: warning/ # trying to get http://jenkins.debian.net/job/d-i_build_console-setup/ build nicely ok /^WARNING: U+?{4}: can not be positioned properly/ ok /^WARNING: U+?{4}: no glyph defined/ ok /^WARNING: U+?{4}: .+ broken pixel/ ok /^WARNING: Unknown X keysymm/ # tryingto get http://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely ok /^WARNING: .+: spurious newline removed/ # match line starting with 'error ', case-insensitive error /(?i)^error / # list of warnings here... warning /[Ww]arning/ warning /WARNING/ # create a quick access link to lines in the report containing 'INFO' info /INFO/