Variable Usage Example
For data that may change or that is not known in advance, Release provides a placeholder mechanism called variables.
This topic shows and example of a template that deploys an application to a test environment and assigns testing to QA. When testing succeeds, Release sends an email notification. If the testing fails, it tries again with the next version of the application.
This is the template:
The variable ${package}
is used in the phase title and in the titles of various tasks. This variable is also used to instruct Deploy to deploy this package:
Click New Release to create a release from the template. Release scans the template for variables and asks the user to provide values for all of them.
After the release is created, the release flow displays with the values of the variables filled in.
You can still change variables by editing the fields on the Release properties page.
If the QA testing for BillingApp 1.0 failed and you need to repeat the procedure for the next version delivered by the Development team, you can click Restart Phase to restart the QA phase. Before the release flow resumes, you can change the variables of the release.
When the release resumes, the phase is duplicated with the new variable values in place. The old phase still has the old values.