2014-02-24 14:52:41 +01:00
|
|
|
publishers:
|
|
|
|
- email-ext:
|
|
|
|
recipients: foo@example.com, bar@example.com
|
|
|
|
reply-to: foo@example.com
|
2014-02-25 12:14:47 +01:00
|
|
|
content-type: html
|
2014-02-24 14:52:41 +01:00
|
|
|
subject: Subject for Build ${BUILD_NUMBER}
|
|
|
|
body: The build has finished
|
|
|
|
attach-build-log: false
|
2016-08-17 13:29:44 +08:00
|
|
|
compress-log: false
|
2014-02-25 12:12:34 +01:00
|
|
|
attachments: "*/foo*.log"
|
2014-03-10 07:34:22 -07:00
|
|
|
always: true
|
2014-02-24 14:52:41 +01:00
|
|
|
unstable: true
|
|
|
|
first-failure: true
|
2017-12-13 13:44:39 -05:00
|
|
|
first-unstable: true
|
2014-02-24 14:52:41 +01:00
|
|
|
not-built: true
|
|
|
|
aborted: true
|
|
|
|
regression: true
|
|
|
|
failure: true
|
2014-06-09 10:13:23 -04:00
|
|
|
second-failure: true
|
2014-02-24 14:52:41 +01:00
|
|
|
improvement: true
|
|
|
|
still-failing: true
|
|
|
|
success: true
|
|
|
|
fixed: true
|
2017-12-13 13:44:39 -05:00
|
|
|
fixed-unhealthy: true
|
2014-02-24 14:52:41 +01:00
|
|
|
still-unstable: true
|
|
|
|
pre-build: true
|
|
|
|
matrix-trigger: only-configurations
|
2014-06-13 21:01:21 +02:00
|
|
|
presend-script: "cancel=true"
|
2016-08-17 13:48:32 +08:00
|
|
|
postsend-script: "cancel=true"
|
2014-11-21 13:45:26 -06:00
|
|
|
save-output: true
|
2014-02-25 12:21:32 +01:00
|
|
|
send-to:
|
|
|
|
- developers
|
|
|
|
- requester
|
|
|
|
- culprits
|
|
|
|
- recipients
|
2020-04-29 17:25:22 +02:00
|
|
|
- upstream-committers
|