Pipeline reference

interface PipelineReference {
    jobReference?: JobReference;
    phaseReference?: PhaseReference;
    pipelineDefinitionId?: number;
    pipelineId: number;
    stageReference?: StageReference;
}

Properties

jobReference?: JobReference

Reference of the job

phaseReference?: PhaseReference

Reference of the phase.

pipelineDefinitionId?: number

Reference of the BuildDefinitionId.

pipelineId: number

Reference of the pipeline with which this pipeline instance is related.

stageReference?: StageReference

Reference of the stage.