Retry Failed Builds Plugin

Plugin Information

Plugin ID schedule-failed-builds
Latest Release 1.1
Latest Release Date Dec 28, 2009
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) Stefan Fritz (id: sfritz)
Issue Tracking Open Issues

Allows you to retry failed Hudson builds every n minutes.
The number of retries can be configured as well.

Change Log

Version 1.1 (2009-12-28)
Version 1.0 (2008-09-19)
  • Initial release

Labels:

plugin-trigger plugin-trigger Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Feb 22

    john minne says:

    Just for reference I wanted to note that this(Retry Failed Builds) is similar to...

    Just for reference I wanted to note that this(Retry Failed Builds) is similar to but not the same as the Naginator plugin.  http://wiki.hudson-ci.org/display/HUDSON/Naginator+Plugin  That one re-tries 5 minutes, then 10, moving up to an hour.  It also has a regex checking option.

    This one allows you to specify the delay between retries and maximum number of re-tries. 

    I guess these 2 plugins could eventually be combined but for now both are useful in their own way.

  2. May 13

    Nelms says:

    I tried this and did not work. I configured my project to retry twice when faile...

    I tried this and did not work. I configured my project to retry twice when failed with an interval of 1 minute. It did not retry to build when my project build failed. How to use this plugin?