buildbot taskotron.master: include taskname in the mail notifier subject
This commit is contained in:
parent
76ebfdd7ab
commit
1d5bb2462e
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status):
|
|||
|
||||
mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
|
||||
sendToInterestedUsers=False,
|
||||
subject="%(prop:taskname) %(result)s in %(projectName)s on %(builder)s",
|
||||
mode=('failing', 'exception', 'warnings'),
|
||||
extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'],
|
||||
relayhost="bastion.phx2.fedoraproject.org",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue