Skip to content

Builds Object ​



id
string
REQUIRED · The unique identifier for the build
name
string
The name of the build
repo
string
The repository of the build
branch
string
The head branch of the build
commit
string
The head commit of the build
trigger
string
The trigger for the build - push, merge_request, api, cron, web or the raw response from the API
triggered_by
string
The actor who triggered the build
triggered_by_type
string
The type of the actor who triggered the build - user, bot or raw response from the API
conclusion
string
The conclusion of the build - passed, failed, cancelled, timeout, skipped, retried, partial or the raw response from the API
workflow
string
The workflow's unique identifier in the CI/CD
build
string
The build's unique identifier in the CI/CD
status
string
The status of the build - queued, in_progress, completed or the raw response from the API
created_at
string · date-time
The date and time when the build was created
updated_at
string · date-time
The date and time when the build was last updated
started_at
string · date-time
The date and time when the build started
completed_at
string · date-time
The date and time when the build finished
attempts
integer
The number of attempts for the build
number
integer
The run number of the build
remote_data
object
Raw data returned from the remote API call.