OBJECT
BuildRun
A build run resource represents a single request to build an application
link GraphQL Schema definition
- type BuildRun implements Node {
- # User who submitted the build run
- User :
- # Creation time of the build run
- DateTime :
- # 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! :
- # 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! :
- # Build run steps
- BuildRunStep!]! : [
- # Type of the resource to build
- BuildResourceType! :
- }