diff options
-rwxr-xr-x | job-cfg/d-i-overview.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py index 817e973c..326d3bbd 100755 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -55,7 +55,7 @@ for arch in sorted(archs): unstable-on-warning: 'true' fail-on-error: 'true' - email-ext: - recipients: 'jenkins+debian-boot qa-jenkins-scm@lists.alioth.debian.org' + recipients: 'qa-jenkins-scm@lists.alioth.debian.org' first-failure: true fixed: true subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER' |