diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 13:28:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 13:28:01 +0100 |
commit | bd15f8e923e22f2d5bed7470d80d700a93a43942 (patch) | |
tree | 5e890905b7bebaaab7d7e53d0bc838ec3dbc66f4 | |
parent | a4c120efaae80dc52eddc6462609dbb59bd65fe8 (diff) | |
download | jenkins.debian.net-bd15f8e923e22f2d5bed7470d80d700a93a43942.tar.xz |
reproducible: turn job unstable if failed builds have been found
-rw-r--r-- | logparse/reproducible.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index 3c743246..911f1004 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -10,3 +10,4 @@ warning /Warning: processes found which should not be there/ warning /Warning: packages found where the build was started more than 24h ago:/ warning /Warning: .+ could not be fully removed./ warning /Warning: could not download.+/ +warning /Warning: the following failed builds have been found/ |