Job in pipeline. This is related to matrixing in YAML.

interface JobReference {
    attempt?: number;
    jobName?: string;
}

Properties

Properties

attempt?: number

Attempt number of the job

jobName?: string

Matrixing in YAML generates copies of a job with different inputs in matrix. JobName is the name of those input. Maximum supported length for name is 256 character.