Phase in pipeline

interface PhaseReference {
    attempt?: number;
    phaseName?: string;
}

Properties

Properties

attempt?: number

Attempt number of the phase

phaseName?: string

Name of the phase. Maximum supported length for name is 256 character.