Name |
Type |
Required |
Configurable |
Description |
name |
String |
Yes |
Yes |
The name of environment variable. Should be a non-empty string |
value |
String |
Yes |
Yes |
The value of the environment variable. The value may contain ${var_name} strings to refer to the values of RA's environment variables. If var_name refers to a variable over-ridden using the env tag, its substituted value the one defined in RA's environment, not the over-ridden one. If ${ needs to appear literally ${{ may be used. All instances of ${{ will be replaced by ${. |