Webhook URLs must reach the Webhooks service (port 3332). Using the API domain only works if your reverse proxy routes
/.../webhook paths to the webhooks service.- Navigate to your Bitbucket repository
- Click on “Repository settings” in the left sidebar
- Select “Webhooks”
- Click “Add webhook”
-
Time to configure your webhook:
- Title: Kodus Code Review
- URL: Drop in the URL where you want to receive notifications, the URL you put under
GLOBAL_BITBUCKET_CODE_MANAGEMENT_WEBHOOKin the.envfile - Status: Active
- SSL/TLS: Check Enable SSL verification
- Triggers: Select these events:
- 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:
- Click “Save”