OBJECT
BuildRun
A build run resource represents a single request to build an application
link GraphQL Schema definition
- type BuildRun implements Node {
- # The build plan used for this build run
- JSON :
- # User who submitted the build run
- User :
- # Build run creation logs
- #
- # Arguments
- # level: [Not documented]
- BuildRunLogLevel): [BuildRunCreationLog!]! ( :
- # Creation time of the build run
- DateTime :
- # The git info, populated only if present in the pre build resource
- BuildRunGitInfo! :
- # global opaque identifier to meet Node contract
- ID! :
- # The time of the last build run update
- DateTime :
- # User who last updated the build run
- User :
- # Name of the resource to build
- String! :
- HyperLink :
- # Resource as it appears after a build
- JSON :
- # Resource to build
- JSON! :
- # Project entity the build run pertains to
- Entity! :
- # Link to results artifacts produced by the build
- HyperLink :
- # The runtime to use from the ContainerAppBuildPlan
- String :
- # Current known state of the build run
- BuildState! :
- # Optional reason for the current state value, mainly applicable to understand
- # failures
- String :
- # Build run steps
- BuildRunStep!]! : [
- # Type of the resource to build
- BuildResourceType! :
- }