Release states
A release might be in one of several different states during the release process.
| State | Description |
|---|---|
| Draft | The initial state of a release. ReleaseOps doesn't act on any release in this state, regardless of the release schedule set. Draft releases don't appear in a deployment request as a target. This enables the creation of schedules into the future, but they must be manually moved into the Active state before deployment requests can be added and deployed. |
| Active |
The release is open in this state, and waiting for the freeze time to arrive. While in this state, attached deployment requests are actively in the Assessing or Reconciling state. Deployment requests can still be added at this point, or removed (by the developer or release admin). |
| Preparing |
The deployment is frozen. All deployment requests attached to the release are validated to be Ready for Deployment, or else they’re deferred. The release ordering has been generated. A release administrator can remove a deployment request. This change of state is derived from the scheduler based on the freeze time.
注: If the release is associated with a change management record, the release time is determined by that change management record. |
| Ready for Release |
All deployment requests are finalized. No deployment requests can be added to or removed from the release, and the release has passed all checks and is eligible for deployment. Any manual steps within the pipeline playbook have been completed. |
| Deploying |
The act of finalizing the move of all build artifacts to the destination instance. This change of state is derived from the scheduler, based on the release time. 注:
If the release is associated with a change management record, the release time is determined by that change management record. |
| Reconciling | There was a problem with at least one deployment request in the release that requires manual intervention. From the playbook, a deployment task will be created for a preview conflict. |
| Complete | The release completed without issue. |
| Cancelled |
The deployment of the release was manually canceled before commencement. |
| Failed |
The deployment was either unable to be completed or completed with issues. Common reasons for deployment failure include:
|