Query
Variables
Response
Queries
buildRunAgents
Returns agents that can inspect destinations and run a completed build.
QUERY
buildRunAgents(buildId: ID!): [BuildRunAgent!]!Arguments
buildId
ID!
required
Identifier of the build.
Returns
[BuildRunAgent!]!
agent
The enrolled agent represented by this option.
isBuildAgent
Boolean!
Whether this agent produced the build.
available
Boolean!
Whether the agent can currently inspect destinations and accept this build.
Why this agent cannot be selected, or null when it is available.
Query
Variables
Response