外部接続の編集

外部接続の詳細をサードパーティ・コード・リポジトリに更新します。

Oracle Cloudコンソール、REST APIおよびCLIを使用したDevOpsへのアクセスについては、DevOpsへのアクセスを参照してください。

    1. ナビゲーション・メニューを開き、「開発者サービス」をクリックします。「DevOps」で、「プロジェクト」をクリックします。
    2. プロジェクトを選択し、左側のメニューから「外部接続」をクリックします。
    3. 更新する外部接続を選択し、「編集」をクリックします。
    4. 「外部接続の編集」パネルで、名前、説明、ボールト・シークレットなどの接続の詳細を必要に応じて更新します。
    5. 「変更の保存」をクリックします。
  • GitHub接続を更新するには、update-github-connectionコマンドを実行します:

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

    GitLab接続を更新するには、update-gitlab-connectionコマンドを実行します:

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

    Bitbucketクラウド接続を更新するには、update-bitbucket-cloud-connectionコマンドを実行します:

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

    Visual Builder Studio接続を更新するには、update-vbs-connectionコマンドを実行します:

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

    Bitbucketサーバー接続を更新するには、update-bitbucket-server-connectionコマンドを実行します:

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

    GitLabサーバー接続を更新するには、update-gitlab-server-connectionコマンドを実行します:

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

    connectionのすべてのコマンドを取得するには:

    oci devops connection -h
  • 外部接続を編集するには、UpdateConnection操作を使用します。