diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 11:11:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 11:11:37 +0200 |
commit | c45d4b212824e87680d487698f91ac2381fcc17b (patch) | |
tree | bfe6e0334c0c810c55bd7081319114851260579a /job-cfg | |
parent | 019bad3e51455e0a0c450efa016fade378b35be8 (diff) | |
download | jenkins.debian.net-c45d4b212824e87680d487698f91ac2381fcc17b.tar.xz |
reproducible: only notify on failures
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 0ba7b3c8..910f9b4e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -43,7 +43,7 @@ fail-on-error: 'true' - trigger: project: 'reproducible_stats' - threshold: 'UNSTABLE' + threshold: 'FAILED' - defaults: name: reproducible_setup |