-
Improvement
-
Resolution: Fixed
-
Minor
-
None
When a build is interrupted on Timeout, even being set to FAILURE, it is not retriggered by the retry-failed-build plugin.
as retry-failed is a Notifier, it can't execute on build Timeout (that is a buildWrapper). An option is to add explicit support for retry-failed invocation in build-timeout plugin
[JENKINS-11594] retry-failed-build is incompatible with build-timeout
Component/s | New: schedule-failed-builds [ 15575 ] | |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Nicolas De Loof [ ndeloof ] |
Component/s | New: naginator [ 15560 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 141837 ] | New: JNJira + In-Review [ 205445 ] |
proposal fix : https://github.com/jenkinsci/build-timeout-plugin/pull/6
uses an optional dependency on schedule-failed-builds to invoke reschedule on time-out