# 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\+????: can not be positioned properly/ ok /^WARNING: U\+????: no glyph defined/ ok /^WARNING: U\+????: .+ 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/