Skip to content

Properties

idstring
required·

The unique identifier for the build

attemptsinteger

The number of attempts for the build

branchstring

The head branch of the build

buildstring

The build's unique identifier in the CI/CD

commitstring

The head commit of the build

completed_atstring · date-time

The date and time when the build finished

conclusionstring

The conclusion of the build - passed, failed, cancelled, timeout, skipped, retried, partial or the raw response from the API

created_atstring · date-time

The date and time when the build was created

namestring

The name of the build

numberinteger

The run number of the build

remote_dataRecord<string, any>

Raw data returned from the remote API call.

repostring

The repository of the build

started_atstring · date-time

The date and time when the build started

statusstring

The status of the build - queued, in_progress, completed or the raw response from the API

triggerstring

The trigger for the build - push, merge_request, api, cron, web or the raw response from the API

triggered_bystring

The actor who triggered the build

triggered_by_typestring

The type of the actor who triggered the build - user, bot or raw response from the API

updated_atstring · date-time

The date and time when the build was last updated

workflowstring

The workflow's unique identifier in the CI/CD