-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
The UI has a "consecutive builds before trigger" feature, which is hugely useful.
I don't think it's possible to use this feature via Pipeline, and I'm not aware of any workaround. Can we get this functionality for Pipeline jobs?
You can wrap your pipeline in a `retry` block. E.g. `retry(3) {}` then as pagerduty as a post or whatever will run the pagerduty plugin after three tries.