Deployment Rerun

In DevOps, you can rerun previously completed deployments.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select a project, and click Deployments on the left-side menu.
    3. Click a deployment that you want to rerun and click Re-Run.
    4. In the Re-run deployment panel, you can update the deployment name, parameters, and artifacts used, if applicable.
    5. 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.