The <execNative> element may optionally have <env> elements to specify environment variables for the command. You can use <env> to supply new variables for the command's environment or to over-ride existing variables.
The set of the command's environment variables will be a union of the set of Remote Agent's environment variables and the variables supplied using the <env> tags.
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 ${. |