Build
OBJECT
A build from a pipeline
Fields |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
blockedState
BuildBlockedStates
The current blocked state of the build
branch
String!
The branch for the build
canceledAt
DateTime
The time when the build was cancelled
canceledBy
User
The user who canceled this build. If the build was canceled, and this value is null, then it was canceled automatically by Buildkite
commit
String!
The fully-qualified commit for the build
createdAt
DateTime
The time when the build was created
createdBy
BuildCreator
env
[String!]
Custom environment variables passed to this build
finishedAt
DateTime
The time when the build finished
id
ID!
jobs
JobConnection
Arguments
|
|
|
|
|
|
|
|
|
|
|
|
message
String
The message for the build
metaData
BuildMetaDataConnection
number
Int!
The number of the build
organization
Organization!
pipeline
Pipeline!
pullRequest
PullRequest
rebuiltFrom
Build
The build that this build was rebuilt from
scheduledAt
DateTime
The time when the build became scheduled for running
source
BuildSource!
Where the build was created
startedAt
DateTime
The time when the build started running
state
BuildStates!
The current state of the build
triggeredFrom
JobTypeTrigger
The job that this build was triggered from
url
String!
The URL for the build
uuid
String!
The UUID for the build