You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a job sequence a->b->c->d, where if d fails, we want to rerun a, b, c, and d. Re-running a does not trigger b because the resource versions have not changed. So we have to re-run a, wait for it to finish, re-run b, wait, re-run c, wait, and re-run d.
We would like concourse to re-run b, c, and d without manual intervention when we re-run a.