Last Updated May 31, 2015 — DevOps Expert
How to Skip an XL Release Phase after it has already started
DevOps
Sometimes during a release process it is necessary to skip a phase. During a normal flow in XL Release the next phase starts at the end of the previous phase. If you have started the next phase the below procedure will help you to skip the phase once the release phase has actually started.
I will use a simple release based on the release template below:Next we need to start the release as follows:Once we get to the release phase we want to skip, we need to abort the phase. Instead of just resuming the release after we abort the phase, we will tell XL Release that we will resume the release later. This is the tricky part. Click on the "Restart Phase" button.Click on the "Continue" button, then click on the "Resume later" button.Delete the new Phase.Since we didn't actually restart the phase we aborted we can now delete this phase and continue our release. Finally resume the release.
As expected we still have an audit trail of what we did during the release so we know that our "Phase to Abort" was part of our template, but we decided to abort this phase during the release.