Build
A build executed for an application environment.
type Build implements Model {
commit_author: String!
commit_sha: String
commit_time: Date!
finish_date: Date
id: Int
logs: [String]
queued_date: Date
start_date: Date
status: BuildStatus
vendor_id: Int
}
Fields
Build.commit_author ● String! non-null scalar common
The author of the commit built by this job.
Build.commit_sha ● String scalar common
The commit SHA built by this job.
Build.commit_time ● Date! non-null scalar common
When the built commit was created.
Build.finish_date ● Date scalar common
When the build finished.
Build.id ● Int scalar common
The unique identifier for the build.
Build.logs ● [String] list scalar common
The build log lines.
Build.queued_date ● Date scalar common
When the build was queued.
Build.start_date ● Date scalar common
When the build started.
Build.status ● BuildStatus enum common
The current build status.
Build.vendor_id ● Int scalar common
The vendor-specific build identifier.
Interfaces
Model interface common
A model with an integer identifier.
Member Of
BuildList object ● Deployment object