pipelineJobId property

String? pipelineJobId
getter/setter pair

The ID to use for the PipelineJob, which will become the final component of the PipelineJob name.

If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are /a-z-/.

Implementation

core.String? pipelineJobId;