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.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select a project and from the left-side menu, click External Connections.
    3. Select an external connection that you want to update and click Edit.
    4. In the Edit external connection panel, update the connection details, such as name, description, and vault secret, as needed.
    5. Click Save changes.
  • To update a GitHub connection, run the update-github-connection command:

    oci devops connection update-github-connection --connection-id

    To update a GitLab connection, run the update-gitlab-connection command:

    oci devops connection update-gitlab-connection --connection-id

    To update a Bitbucket Cloud connection, run the update-bitbucket-cloud-connection command:

    oci devops connection update-bitbucket-cloud-connection --connection-id

    To update a Visual Builder Studio connection, run the update-vbs-connection command:

    oci devops connection update-vbs-connection --connection-id

    To update a Bitbucket Server connection, run the update-bitbucket-server-connection command:

    oci devops connection update-bitbucket-server-connection --connection-id

    To update a GitLab Server connection, run the update-gitlab-server-connection command:

    oci devops connection update-gitlab-server-connection --connection-id

    To get all the commands for connection:

    oci devops connection -h
  • To edit an external connection, use the UpdateConnection operation.