Documentation

Support

System parameters

Learn how to reference system generated parameters.
Read time 1 minuteLast updated 6 hours ago

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

{{system.organizationId}}
Integer3574166885972Evaluates to the unique identifier of the Unity organization that triggered the pipeline.
{{system.jobId}}
Integer3574166885972Evaluates to the unique identifier of the current job that's executing.
{{system.stepId}}
Stringadd-file-a0a82da0Evaluates 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.
{{system.newUUID}}
UUIDaae49005-4d47-45bb-a390-896db453d5a4Evaluates to a random unique identifier (UUID).