views:

180

answers:

1

When I build my maven project in Hudson, Hudson sends out two e-mails for each failure - one for the project failure, and one for the module that broke.

Is there any way to stop this, so I only get one e-mail per build failure?

+3  A: 

Looks like this is a hudson bug

http://issues.hudson-ci.org/browse/HUDSON-5695

SamBeran
I created a patch.
SamBeran