Rerunning from the CircleCI App UI
Both successful and failed workflows can be rerun, either:
From the workflow page
This is the page you are looking at when you look at a graph of jobs.
At the top right of the page, there is a "Rerun" workflow button. Click this button to reveal a menu, where you can choose to rerun the workflow from start or from the first failed job:
From the Pipelines page
Please note that rerunning a workflow will use the exact same processed configuration as the initial workflow.
Rerunning from the API
Workflows can also be rerun from the API using the following API URL:
https://circleci.com/api/v2/workflow/<WORKFLOW_ID>/rerun
Comments
Article is closed for comments.