improved

Retry on failure retries regardless of prior plan state

Previously, mabl's retry on failure option for plans would only retry the plan if the plan was in a passing state before the run. We received some feedback that many customers expected it to retry failures regardless of the current state of the plan. As a result, we're updating the behavior to be more in line with expectations. This setting will now retry failures, regardless of whether the plan was in a passing state prior to being launched.

📘

Reminder: Retry on failure still only retries plans launched from CI/CD or schedule. It will not automatically retry manually launched plans, nor runs that have already been retried. Additionally, plan runs that were stopped manually will not retry immediately after being stopped.

2020