Entering Phase |
When a build enters the first phase, the state of the build is
set to Entering Phase. This state is meant to be used as a signal
either through a custom business rule or as a way to query new
builds for automated systems to know when an action must be
taken. |
Verification Pending |
When tasks in entering phase are complete, the state of the build
must be set to Verification Pending. |
Verification Complete |
When all the tests pass, deployment tasks are in the closed
complete state, and approvals are done, the state of the build is
automatically set to Verification Complete. This state is a signal
for automation tools to perform any exiting phase tasks. |
Exiting Phase |
When verification tasks are complete, the state of the build must
be set to Exiting Phase. In this state, the build is automatically
moved to the next deployment phase defined by the Order
field. |