Plugin Information
Allows you to retry failed Hudson builds every n minutes. Change LogVersion 1.1 (2009-12-28)
Version 1.0 (2008-09-19)
|
Plugin Information
Allows you to retry failed Hudson builds every n minutes. Change LogVersion 1.1 (2009-12-28)
Version 1.0 (2008-09-19)
|
Comments (2)
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.
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?