Kodus generalmente crea el webhook automáticamente. Si eso no ocurrió, sigue estos pasos para configurarlo manualmente: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.
Las URLs de webhook deben llegar al servicio de Webhooks (puerto 3332). Usar el dominio de la API solo funciona si tu proxy inverso enruta las rutas
/.../webhook al servicio de webhooks.- Navega a tu repositorio de Bitbucket
- Haz clic en “Repository settings” en la barra lateral izquierda
- Selecciona “Webhooks”
- Haz clic en “Add webhook”
-
Configura tu webhook:
- Title: Kodus Code Review
- URL: Ingresa la URL donde deseas recibir notificaciones, la URL que colocaste en
GLOBAL_BITBUCKET_CODE_MANAGEMENT_WEBHOOKen el archivo.env - Status: Active
- SSL/TLS: Marca Enable SSL verification
- Triggers: Selecciona estos eventos:
- 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:
- Haz clic en “Save”