Build OBJECT

A build from a pipeline

Fields

annotationsAnnotationConnection

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

styleAnnotationStylerequired

blockedStateBuildBlockedStates

The current blocked state of the build

branchString

The branch for the build

canceledAtDateTime

The time when the build was cancelled

canceledByUser

The user who canceled this build. If the build was canceled, and this value is null, then it was canceled automatically by Buildkite

commitString

The fully-qualified commit for the build

createdAtDateTime

The time when the build was created

createdByBuildCreator

envString

Custom environment variables passed to this build

finishedAtDateTime

The time when the build finished

idID

jobsJobConnection

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

typeJobTypesrequired

stateJobStatesrequired

priorityJobPrioritySearchrequired

agentQueryRulesStringrequired

concurrencyJobConcurrencySearchrequired

passedBooleanrequired

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearchrequired

Filtering jobs based on related step information

orderJobOrder

Order the jobs

Default value: RECENTLY_CREATED

messageString

The message for the build

metaDataBuildMetaDataConnection

Arguments

firstIntrequired

lastIntrequired

numberInt

The number of the build

organizationOrganization

pipelinePipeline

pullRequestPullRequest

rebuiltFromBuild

The build that this build was rebuilt from

scheduledAtDateTime

The time when the build became scheduled for running

sourceBuildSource

Where the build was created

startedAtDateTime

The time when the build started running

stateBuildStates

The current state of the build

triggeredFromJobTypeTrigger

The job that this build was triggered from

urlString

The URL for the build

uuidString

The UUID for the build

Interfaces

Node