Kodusは通常、Webhookを自動的に作成します。それが行われなかった場合は、以下の手順に従って手動で設定してください:Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
WebhookのURLはWebhooksサービス(ポート3332)に到達できる必要があります。APIドメインを使用するのは、リバースプロキシが
/.../webhookパスをWebhooksサービスにルーティングする場合のみ機能します。- Bitbucketリポジトリに移動
- 左サイドバーの「Repository settings」をクリック
- 「Webhooks」を選択
- 「Add webhook」をクリック
-
Webhookを設定します:
- Title: Kodus Code Review
- URL: 通知を受け取りたいURL、
.envファイルのGLOBAL_BITBUCKET_CODE_MANAGEMENT_WEBHOOKに設定したURLを入力 - Status: Active
- SSL/TLS: SSL検証を有効にするにチェック
- Triggers: 以下のイベントを選択:
- Repository(リポジトリ):
- Push
- Updated
- Commit comment created
- Build status created
- Build status updated
- Issue(課題):
- Created
- Updated
- Comment created
- Pull Request(プルリクエスト):
- Created
- Updated
- Merged
- Declined
- Comment created
- Comment deleted
- Comment updated
- Comment resolved
- Comment reopened
- Repository(リポジトリ):
- 「Save」をクリック