diff options
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index ac60c269..5aa06aec 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -267,7 +267,8 @@ data.append( 'publishers': [ { 'trigger': { 'project': '{my_trigger}'}}, { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', - 'first-failure': True, + 'first-failure': False, + 'second-failure': True, 'failure': False, 'fixed': True, 'recipients': '{my_recipients}', |