Types
BuildDataAgentProgress
Represents build data agent progress in the GraphQL API.
object
BuildDataAgentProgressFields
agent
The agent associated with this build data agent progress.
status
Current status of this build data agent progress.
jobId
ID
Identifier of the related job. May be null when unavailable or not applicable.
error
String
Error message when this build data agent progress did not complete successfully. May be null when unavailable or not applicable.
warnings
[String!]!
Warnings associated with this build data agent progress.