[Buildbot-devel] Consoldate Build Failure Emails?
Johannes Stallkamp
johannes.stallkamp at rub.de
Mon May 13 07:38:09 UTC 2013
Hello Jeremy,
Am 10.05.2013 21:11, schrieb Jeremy Cornett:
> I have setup a couple builders that can be triggered by the same
> check-in. When it so happens that the check-in breaks the build in
> more than one of the builders, the person who submitted it gets
> multiple build fail emails, one for each builder that failed for
> the single check-in. Is it possible to have BuildBot consolidate
> the multiple failures down to one email instead that lists all the
> failed builders?
>
Is the "buildSetSummary" argument of MailNotifier what you are looking
for?
"buildSetSummary
(boolean). If True, send a single summary email consisting of the
concatenation of all build completion messages rather than a
completion message for each build. Defaults to False.
"
(http://docs.buildbot.net/0.8.7p1/manual/cfg-statustargets.html#mailnotifier)
Regards
Johannes
More information about the devel
mailing list