JobRun
No description
type JobRun {
id: UUID!
state: JobRunState!
command: String!
exitCode: Int
logs: Logs
metrics(
name: String!
): [Metric!]
errorMessage: String
createdAt: Time
updatedAt: Time
build: Build
deployment: Deployment
}
Fields
JobRun.id
● UUID!
non-null scalar
JobRun.state
● JobRunState!
non-null enum
JobRun.command
● String!
non-null scalar
JobRun.exitCode
● Int
scalar
JobRun.logs
● Logs
object
JobRun.metrics
● [Metric!]
list object
JobRun.metrics.name
●String!
non-null scalar
JobRun.errorMessage
● String
scalar
JobRun.createdAt
● Time
scalar
JobRun.updatedAt
● Time
scalar
JobRun.build
● Build
object
JobRun.deployment
● Deployment
object
Returned by
cancelJob
mutation ● runJob
mutation
Member Of
BlueprintDriverActionExecution
object ● BuildStage
object ● Cluster
object ● IPipelineStage
interface ● JobRunConnection
object ● PipelineStage
object ● Repo
object ● User
object