CksDeployProgress
Live progress for the active (or most recent failed) deploy/destroy change order, with per-task counts and a retry hint.
type CksDeployProgress {
changeOrderId: String!
changeOrderKind: String!
changeOrderStatus: String!
targetVersion: String
error: String
tasksTotal: Int!
tasksSucceeded: Int!
tasksFailed: Int!
tasksInProgress: Int!
tasksPending: Int!
currentTaskKind: String
currentStepKind: String
isStuck: Boolean!
canRetry: Boolean!
tasks: [CksDeployProgressTask!]!
}
Fields
CksDeployProgress.changeOrderId ● String! non-null scalar
CksDeployProgress.changeOrderKind ● String! non-null scalar
Change order kind (deploy or destroy pipeline identifier)
CksDeployProgress.changeOrderStatus ● String! non-null scalar
CksDeployProgress.targetVersion ● String scalar
CksDeployProgress.error ● String scalar
CksDeployProgress.tasksTotal ● Int! non-null scalar
CksDeployProgress.tasksSucceeded ● Int! non-null scalar
CksDeployProgress.tasksFailed ● Int! non-null scalar
CksDeployProgress.tasksInProgress ● Int! non-null scalar
CksDeployProgress.tasksPending ● Int! non-null scalar
CksDeployProgress.currentTaskKind ● String scalar
CksDeployProgress.currentStepKind ● String scalar
CksDeployProgress.isStuck ● Boolean! non-null scalar
True when the deploy failed but the change order was left in_progress
CksDeployProgress.canRetry ● Boolean! non-null scalar
Redeploy is allowed (failed deploy or stuck order cleared)
CksDeployProgress.tasks ● [CksDeployProgressTask!]! non-null object
Member Of
CksEnvironmentDetail object