[Buildbot-devel] Mail Notifiers to different projects
Gavin
gavin at 16degrees.com.au
Mon Mar 30 11:46:02 UTC 2009
Hi All,
Just wanted to clarify whether this should work :-
from buildbot.status import mail
c['status'].append(mail.MailNotifier(fromaddr="buildbot at localhost",
extraRecipients=["projectA at a.o"],
sendToInterestedUsers=False,
builders=["mod_perl_2_trunk"]))
c['status'].append(mail.MailNotifier(fromaddr="buildbot at localhost",
extraRecipients=["projectB at a.o"],
sendToInterestedUsers=False,
builders=["james-server-trunk"]))
etc etc , so each project only gets notification of their own builds.
Cheers
Gav...
More information about the devel
mailing list