INPUT_OBJECT
BuildRunInput
link GraphQL Schema definition
- input BuildRunInput {
- # Name of the resource to build
- String! :
- # The orchestrator used to create the build run. Supported input values are
- # displayName, description, and url.
- HyperLinkInput :
- # The resource to build
- JSON! :
- # Project id the build run pertains to
- String! :
- # The build plan runtime to use (Optional)
- String :
- # ID of the source uploaded to the ensemble document store
- String :
- # Url of the source uploaded to the ensemble document store
- String! :
- # Type of the resource to build
- BuildResourceType! :
- }