Package version:

Interface TriggerPipelineReference

Pipeline that needs to be triggered with the given parameters.

interface TriggerPipelineReference {
    parameters?: {
        [propertyName: string]: any;
    };
    pipelineReference?: PipelineReference;
}

Properties

parameters?: {
    [propertyName: string]: any;
}

Pipeline parameters.

pipelineReference?: PipelineReference

Pipeline reference.