diff options
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 500039f8..2e52df68 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -260,6 +260,7 @@ data.append( { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', 'first-failure': True, + 'failure': False, 'fixed': True, 'recipients': '{my_recipients}', 'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}}, |