diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-14 00:19:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-14 00:19:28 +0200 |
commit | f2ef86acda7d925feb6652d8e0e421ad9f40c545 (patch) | |
tree | 80d09a2111f2edb08b7bb7859337f1521097fa5e | |
parent | d1bef5e312083c4a95a7ff5ecadfe6b4d53e34af (diff) | |
download | jenkins.debian.net-f2ef86acda7d925feb6652d8e0e421ad9f40c545.tar.xz |
reproducible Debian: no mails for node health checks, the overview page and the mails from the maintenance jobs are enough
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index d8f15885..d81af41a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -262,6 +262,7 @@ - 'node_health_check': my_description: 'Do some health checks.' my_timed: 'H/15 * * * *' + my_recipients: '' my_shell: '/srv/jenkins/bin/reproducible_node_health_check.sh' my_hname: - 'jenkins': { my_arch: 'amd64' } @@ -324,6 +325,7 @@ - 'node_health_check': my_description: 'Do some health checks' my_timed: 'H/15 * * * *' + my_recipients: '' my_hname: - 'bbx15': { my_arch: 'armhf' } - 'bpi0': { my_arch: 'armhf' } |