-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Pipelines - YAML Configuration
-
None
-
1
Currently, Bitbucket Pipelines supports an on-fail retry strategy, but it applies uniformly to all failure types.
It would be useful to have finer control over retry behaviour by allowing retries only for specific failure statuses, such as SYSTEM_ERROR, while excluding user-caused failures (for example, script errors or misconfigurations).