Downloads (PDF, HTML & XML formats)
[Bamboo OnDemand Docs]
[Bamboo Knowledge Base Home]
The functionality discussed on this page is only available in the Bamboo 5.0 EAP beta release.
Bamboo offers a range of optional settings to make your deployment project function more smoothly. Environment variables allow you to assign specific variables to the execution of the deployment for the environment.
On this page:
Deployment environment variables are configured as part of the Other settings section of the environment panel.
To configure your environment variable:
Bamboo manages a number of standard reserved variables that you can use in your deployment projects. These reserved variables also provide a useful insight into the way that Bamboo handles variables when creating your own.
Bamboo standard variables
| Bamboo standard variable | Variable format |
|---|---|
| Deployment project name | bamboo.deploy.project |
| Deployment environment name | bamboo.deploy.environment |
| Version name | bamboo.deploy.version |
| Next version | bamboo.deploy.version.next |
You can generate variables of your own, using a similar format, however you must ensure that you don't attempt to create a variable that is already in use by Bamboo.