OBJECT
BuildRunStep
A build run log represents a single step in the build process
link GraphQL Schema definition
- type BuildRunStep implements Node {
- # The build run this build run step pertains to
- ID! :
- # Finish time of the build step
- DateTime :
- # build run step unique id
- ID! :
- # hyperlink to download the logs associated to this step
- HyperLink :
- # Name of the build step
- String! :
- # Sequence of the steps
- Int! :
- # Start time of the build step
- DateTime :
- # Current known state of the build step
- BuildStepState! :
- }