Webhook receiver for External CI Events
POST/ci/webhook
External CI communication endpoint, provides a way to send CI events to CodeNow.
Supported events:
Start event: indicates the start of a pipeline run. (once per run).
Result event: event with a payload with results of the pipeline run (git information,
container/helm artifacts produced, etc).
End event: indicates the end of a pipeline run (once per run).
To use this interface, you need to have a valid CI key with the scope corresponding to the component (or with account scope).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
ci-webhook 200 response
The request was unacceptable, often due to missing a required parameter.
No valid API key provided.
The API key doesn't have permissions to perform the request.
Resource not found.
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.