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.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select a project and click the View all Build Pipelines link.
-
To delete a stage from the pipeline, follow these steps:
- Select the pipeline.
- Click the to the right of the stage that you want to delete.
- Select Delete.
- 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.