diff options
-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' } |