$env
$env is an object that can be used within batch action.
Specific environment information can be referenced as the $env
object within the script.
The properties of the $env object are as follows.
Property Name | Description | Type |
---|---|---|
JOB_ID | Automatically assigned job ID | string |
JOB_EXECUTION_ID | Job definition name set by the user | string |
JOB_EXECUTION_LABEL | Job name set by the user | string |