-
New Feature
-
Resolution: Postponed
-
Minor
Add support for multijob to retry only failed portions of a matrix build.
[JENKINS-25484] Add support for multijob to retry only failed portions of a matrix build.
Assignee | New: Mathieu Cantin [ mcantin ] |
Assignee | Original: Mathieu Cantin [ mcantin ] |
Workflow | Original: JNJira [ 159452 ] | New: JNJira + In-Review [ 179988 ] |
Resolution | New: Postponed [ 6 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
from my end, support for retry when child job is called and failed is really needed.
at the moment if i will call job X from a MulltiJob and X will fail from some silly reason which will not happen again / will re happen just few times, a retry of X will not be known by the Multijob Father.
When i say retry of Child Job i mean to use the Naginator plugin (https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin)