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-redeployment
command:oci devops deployment create-pipeline-redeployment --deployment-id
To update a deployment, run the
update-pipeline-deployment
command:oci devops deployment update-pipeline-deployment --deployment-id
To get all the commands for
deployment
:oci devops deployment -h
To rerun a deployment pipeline, use the
CreateDeployment
operation.To update a deployment, use the
UpdateDeployment
operation.