TriggerPipelineReference interface

Pipeline that needs to be triggered with the given parameters.

Properties

parameters

Pipeline parameters.

pipelineReference

Pipeline reference.

Property Details

parameters

Pipeline parameters.

parameters?: Record<string, any>

Property Value

Record<string, any>

pipelineReference

Pipeline reference.

pipelineReference?: PipelineReference

Property Value