v1

latestSwagger 2.02026-08-06114111152.5 KB
Builds

Report a CI status-check build as finished

Signals that the CI run for this build has finished, so the status check is updated with the aggregate pass/fail result. Call this after your tests complete.

put/v1/builds/{id}/ci

Path parameters

idstring required

Build identifier (capabilities.build) for this run.

Request body

providerstring

Code host provider. Currently only "github".

Response

Report a CI status-check build as finished

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.