Deleting a Build Pipeline Stage

Delete a build pipeline stage.

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. Select a project and click the View all Build Pipelines link.
    3. To delete a stage from the pipeline, follow these steps:
      1. Select the pipeline.
      2. Click the Actions menu Actions Menu to the right of the stage that you want to delete.
      3. Select Delete.
      4. In the Delete stage dialog box, click Delete to permanently delete the stage from the pipeline.
  • To delete a build pipeline stage, run the delete command:

    oci devops build-pipeline-stage delete --stage-id

    To get all the commands for build-pipeline-stage:

    oci devops build-pipeline-stage -h
  • To delete a build pipeline stage, use the DeleteBuildPipelineStage operation.