All documented Task actions support Bamboo variables, both substituting them within parameters for AWS resource management and defining them from created AWS resources.
Info |
---|
To empower advanced build and automation scenarios, it his highly recommended to become acquainted with Using Global, Plan or Build-specific Variables. |
Variable Substitution
Variables are substituted in all Task configuration text fields (e.g. Stack Name, Template URL, Instance ID, Volume ID etc.).
Note | ||
---|---|---|
| ||
Tasks may emit sensitive data like credentials which are not supposed to surface in build logs - this can be achieved as follows:
|
Variable Definition
Variables are defined by most Tasks for reuse in subsequent Tasks, see Bamboo Variable Substitution/Definition for details, and each task's documentation for example log outputs.
tasks support Bamboo Variable Substitution/Definition - this task's actions generate variables as follows:
Info |
---|
A task's generated variables might get amended with respective AWS API additions over time - a live build log will always provide the most current variable shape accordingly. |