Description:
Currently, when a pipeline uses a failure strategy that includes a manual intervention step followed by a rollback stage, the rollback does not get triggered if the manual intervention fails (e.g., rejected or times out). Instead, the pipeline simply fails.
This behavior has been confirmed to be by design and not currently supported, particularly for CI run steps or container step groups.
Request:
Enhance rollback behavior so that when a manual intervention step fails and a rollback stage is defined, the rollback is automatically triggered, rather than the pipeline failing outright.
Reason:
  • Aligns with user expectations when configuring rollback strategies
  • Reduces manual cleanup in failure scenarios
  • Improves reliability in production pipeline
Created by Pedro Mastelaro
·