Whenever PropertyBag
is used in a step, a set of environment variables is automatically made available that you can use in your step.
Environment Variable | Description |
---|---|
res_<resource_name>_<property> | Each property in the PropertyBag resource will be available as an environment variable in this format. |
<property> | If a PropertyBag resource is in inputResources, the properties will also be exported as environment variables with the tag as the variable name. |