Editing a Pipeline Stage

Update deployment pipeline stage details.

For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. On the DevOps Projects page, click the project for which you want to update the pipeline.
    3. On the project details page, from the Latest deployment pipelines section, click the View all deployment pipelines link.
    4. On the Deployment pipelines page, click a pipeline.
    5. On the Deployment pipeline details page, click the Actions menu (Actions Menu) in the top-right corner of the stage that you want to edit, and select View details.
    6. Click Edit stage.
    7. In the Edit stage panel, update the details as required.
    8. Click Save.
  • To update a pipeline stage, run the update command:

    oci devops deploy-stage update --stage-id

    To get all the commands for deploy-stage:

    oci devops deploy-stage -h
  • To update a pipeline stage, use the UpdateDeployStage operation.