System parameters
Learn how to reference system generated parameters.
阅读时间1 分钟最后更新于 10 个月前
These system parameters are available to all pipelines. The automation service provides the values for these system parameters at the start of a job’s execution.
Parameter Syntax | Type | Example Value | Description |
|---|---|---|---|
| Integer | 3574166885972 | Evaluates to the unique identifier of the Unity organization that triggered the pipeline. |
| Integer | 3574166885972 | Evaluates to the unique identifier of the current job that's executing. |
| String | add-file-a0a82da0 | Evaluates to the current step's unique identifier. This identifier is set during the pipeline’s definition and persists across jobs. You can use it to create files or folders specific to a step in the pipeline. This avoids naming clashes and overwritten data. |
| UUID | aae49005-4d47-45bb-a390-896db453d5a4 | Evaluates to a random unique identifier (UUID). |