A pipeline fails on a single job, and you shouldn’t have to rebuild everything around it to recover. That’s what changes with this update.
Job rerun is here, and it reruns only the jobs that actually failed. Until now, when a job inside a block failed and you reran the pipeline, every job in that block got rebuilt, including the ones that had already pa...