re-run job from UI
Andrew Ziraldo
As we use CircleCI for CI and CD, we would love this feature as it would allow us to perform quick rollbacks of deployments via CircleCI UI.
If a deployment is the last job in a complex workflow, currently doing a rollback would require re-running the entire workflow from start and take considerable time. Additionally, there may be other parts of the workflow that we don't want to re-run.
If we can re-run a successful job with SSH, surely we can re-run a job without SSH as normal.