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 <[email protected]>
date:        Fri Apr 22 18:43:12 2016 +0200
summary:     Blablabla

changeset:   98:cfcafe36bda4
user:        User 2 <[email protected]>
date:        Fri Apr 22 13:06:56 2016 +0200
summary:     Bliblibli

How to just take [email protected] if the build for changeset 99 failed?

Kind regards :)

--
David Demelier

_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to