Editing a Pipeline
Update deployment pipeline information.
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.
- On the DevOps Projects page, click the project for which you want to update the pipeline.
- On the project details page, from the Latest deployment pipelines section, click the View all deployment pipelines link.
- On the Deployment pipelines page, click the to the right of the pipeline that you want to update and select Edit pipeline.
- In the Edit pipeline panel, update the details as required. You can update the name and description of the pipeline.
- Click Save.
To edit a deployment pipeline, run the
update
command:oci devops deploy-pipeline update --pipeline-id
To get all the commands for
deploy-pipeline
:oci devops deploy-pipeline -h
To edit a deployment pipeline, use the
UpdateDeployPipeline
operation.