[users at bb.net] How to take the commit user email in MailNotifier?
David Demelier
demelier.david at gmail.com
Mon Apr 25 07:12:55 UTC 2016
Hello,
I've setup a buildbot for my infrastructure. I use HgPoller to check for
changes and everything work fine.
I just don't understand how to make MailNotifier use the revision user's
email address to send a message to the user if it broke the build. I see
in the documentation that we must add a lookup function or a domain
string but what if the email addresses are all different?
According to this log:
changeset: 99:9a636d4ab8a2
user: User 1 <user1 at example.org>
date: Fri Apr 22 18:43:12 2016 +0200
summary: Blablabla
changeset: 98:cfcafe36bda4
user: User 2 <user2 at other-domain.org>
date: Fri Apr 22 13:06:56 2016 +0200
summary: Bliblibli
How to just take user1 at example.org if the build for changeset 99 failed?
Kind regards :)
--
David Demelier
More information about the users
mailing list