jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-23927] Parameterized trigger should be able to optionally retry failed blocked builds
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
If you've got a long chain of blocking parameterized trigger builds and one fails for known transient reasons, it'd be really nice if that build could automatically be re-run in place, without interrupting the full chain. This shouldn't be enabled by default, obviously, and should have a limited number of retries. It should determine whether to rebuild by looking for a pattern in the build log, like the Naginator plugin.
Basically, I'm saying let's integrate Naginator-style behavior into the parameterized trigger plugin.
---
Originally reported by
abayer, imported from: Parameterized trigger should be able to optionally retry failed blocked builds
Raw content of original issue
If you've got a long chain of blocking parameterized trigger builds and one fails for known transient reasons, it'd be really nice if that build could automatically be re-run in place, without interrupting the full chain. This shouldn't be enabled by default, obviously, and should have a limited number of retries. It should determine whether to rebuild by looking for a pattern in the build log, like the Naginator plugin.
Basically, I'm saying let's integrate Naginator-style behavior into the parameterized trigger plugin.
Contributor guide
Assessment
This issue has not been assessed yet.