summaryrefslogtreecommitdiffstats
path: root/logparse/debian-installer.rules
blob: 65e14fb0ff428d8b34c550c36b3749e4ccf00100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin

ok /not really/
ok /^dpkg-source: warning/
ok /^dpkg-gencontrol: warning/
ok /^dpkg-buildpackage: warning/

# 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/