diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-26 10:31:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-26 10:31:49 +0100 |
commit | 3ae6d8802d2f9d9e697815b7207fb19c7ce8a4cd (patch) | |
tree | 9dd5200638b7e60d399b61f4c2d7bad378673834 | |
parent | 716d65796e09ced4fbf90960b43a043147c933a9 (diff) | |
download | jenkins.debian.net-3ae6d8802d2f9d9e697815b7207fb19c7ce8a4cd.tar.xz |
g-i+chroot-install jobs: dont notify on every failure, just once. (for now, will see how this works out)
-rw-r--r-- | job-cfg/chroot-installation.yaml | 1 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 67b86bde..5e906b50 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -16,6 +16,7 @@ fail-on-error: 'false' - email: recipients: '{my_recipients}' + notify-every-unstable-build: false properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index bbf30c2d..a56bb2ab 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -18,6 +18,7 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' + notify-every-unstable-build: false - archive: artifacts: 'results/*.*, results/log/*, results/log/installer/*' latest_only: false |