Editing an External Connection
Update the details of an external connection to a third-party code repository.
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 from the left-side menu, click External Connections.
- Select an external connection that you want to update and click Edit.
- In the Edit external connection panel, update the connection details, such as name, description, and vault secret, as needed.
- Click Save changes.
To update a GitHub connection, run the
update-github-connectioncommand:oci devops connection update-github-connection --connection-idTo update a GitLab connection, run the
update-gitlab-connectioncommand:oci devops connection update-gitlab-connection --connection-idTo update a Bitbucket Cloud connection, run the
update-bitbucket-cloud-connectioncommand:oci devops connection update-bitbucket-cloud-connection --connection-idTo update a Visual Builder Studio connection, run the
update-vbs-connectioncommand:oci devops connection update-vbs-connection --connection-idTo update a Bitbucket Server connection, run the
update-bitbucket-server-connectioncommand:oci devops connection update-bitbucket-server-connection --connection-idTo update a GitLab Server connection, run the
update-gitlab-server-connectioncommand:oci devops connection update-gitlab-server-connection --connection-idTo get all the commands for
connection:oci devops connection -hTo edit an external connection, use the
UpdateConnectionoperation.