Managing Release Actions
Once a Release Pipeline is triggered, you can control its progression through the available actions. These actions allow you to manage how and when changes move through your defined pipeline phases.
Approving a Phase
When a phase in your Release Pipeline requires manual approval:
- The pipeline will automatically pause at the transition point
- A notification will appear in the status banner at the top of the page
- Navigate to the release details view
- Click the Approve button to allow the release to continue to the next phase
- Confirm your decision in the dialog that appears
Aborting a Release
If you detect issues or concerns during the release process:
- Navigate to the release details view for the active pipeline
- Click the Abort button
- Confirm your decision in the dialog that appears
- The system will immediately halt the release process and revert all changes
- The feature gate or dynamic config will return to its previous state
Important: Aborting a release is an irreversible action. Once aborted, you will need to trigger a new release to restart the process with any modifications.