DeploymentAttempt interface
Properties
| attempt | Deployment attempt. |
| deployment |
ID of the deployment. |
| error |
Error log to show any unexpected error that occurred during executing deploy step |
| has |
Specifies whether deployment has started or not. |
| id | ID of deployment. |
| issues | All the issues related to the deployment. |
| job | |
| last |
Identity who last modified this deployment. |
| last |
Time when this deployment last modified. |
| operation |
Deployment operation status. |
| post |
Post deployment gates that executed in this deployment. |
| pre |
Pre deployment gates that executed in this deployment. |
| queued |
When this deployment queued on. |
| reason | Reason for the deployment. |
| release |
List of release deployphases executed in this deployment. |
| requested |
Identity who requested this deployment. |
| requested |
Identity for this deployment requested. |
| run |
|
| status | status of the deployment. |
| tasks |
Property Details
attempt
Deployment attempt.
attempt: number
Property Value
number
deploymentId
ID of the deployment.
deploymentId: number
Property Value
number
errorLog
Error log to show any unexpected error that occurred during executing deploy step
errorLog: string
Property Value
string
hasStarted
Specifies whether deployment has started or not.
hasStarted: boolean
Property Value
boolean
id
ID of deployment.
id: number
Property Value
number
issues
job
lastModifiedBy
lastModifiedOn
Time when this deployment last modified.
lastModifiedOn: Date
Property Value
Date
operationStatus
Deployment operation status.
operationStatus: DeploymentOperationStatus
Property Value
postDeploymentGates
Post deployment gates that executed in this deployment.
postDeploymentGates: ReleaseGates
Property Value
preDeploymentGates
Pre deployment gates that executed in this deployment.
preDeploymentGates: ReleaseGates
Property Value
queuedOn
When this deployment queued on.
queuedOn: Date
Property Value
Date
reason
releaseDeployPhases
List of release deployphases executed in this deployment.
releaseDeployPhases: ReleaseDeployPhase[]
Property Value
requestedBy
requestedFor
runPlanId
runPlanId: string
Property Value
string