Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how do i configure Hudson Findbugs plugin to send a notification mail if a new failure is detected?

thx

share|improve this question

1 Answer

up vote 1 down vote accepted

That's what the description for the plugin states as features:

  • Failure threshold to mark a build as unstable
  • Configurable project health support

The first one won't help you. The second one might give you a chance to fail the build when new failures are detected.

This plug-in is developed and maintained by Ullrich Hafner. Please use the Hudson mailing lists or issue tracker to ask questions, create feature request or bug reports, since I don't read the comment section on this page regularly.

Since this a very special question, you might be better of using the mailing list. If enough people ask, he might update the plugin documentation.

share|improve this answer
thanks Peter, i will check their issue tracker and mailing list. – Jonas Nov 12 '10 at 21:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.