Deployment Rerun
In DevOps, you can rerun previously completed deployments.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select a project, and click Deployments on the left-side menu.
- Click a deployment that you want to rerun and click Re-Run.
- In the Re-run deployment panel, you can update the deployment name, parameters, and artifacts used, if applicable.
- Click Start Re-Run.
To rerun a pipeline, run the
create-pipeline-redeploymentcommand:oci devops deployment create-pipeline-redeployment --deployment-idTo update a deployment, run the
update-pipeline-deploymentcommand:oci devops deployment update-pipeline-deployment --deployment-idTo get all the commands for
deployment:oci devops deployment -hTo rerun a deployment pipeline, use the
CreateDeploymentoperation.To update a deployment, use the
UpdateDeploymentoperation.