Receive CI pipeline results and auto-update CI_PIPELINE gate criteria
POST/api/webhooks/ci
Receive CI pipeline results and auto-update CI_PIPELINE gate criteria. Authenticated via HMAC-SHA256 signature (x-hub-signature-256 header) and scoped to a project via x-ci-source-id header mapped through CI_SOURCE_MAP. Includes monotonic run_id replay protection.
Request
Responses
- 200
- 400
- 401
- 403
- 409
Successful response
Missing x-ci-source-id header or invalid payload
Missing/invalid signature or no secret configured for source
CI source not mapped to any project in CI_SOURCE_MAP
Stale run_id — a newer run has already been accepted for this source/project