BuildDefinitionStep interface

Represents a step in a build phase.

Properties

alwaysRun

Indicates whether this step should run even if a previous step fails.

condition

A condition that determines whether this step should run.

continueOnError

Indicates whether the phase should continue even if this step fails.

displayName

The display name for this step.

enabled

Indicates whether the step is enabled.

environment
inputs
refName

The reference name for this step.

retryCountOnTaskFailure

Number of retries.

task

The task associated with this step.

timeoutInMinutes

The time, in minutes, that this step is allowed to run.

Property Details

alwaysRun

Indicates whether this step should run even if a previous step fails.

alwaysRun: boolean

Property Value

boolean

condition

A condition that determines whether this step should run.

condition: string

Property Value

string

continueOnError

Indicates whether the phase should continue even if this step fails.

continueOnError: boolean

Property Value

boolean

displayName

The display name for this step.

displayName: string

Property Value

string

enabled

Indicates whether the step is enabled.

enabled: boolean

Property Value

boolean

environment

environment: {[key: string]: string}

Property Value

{[key: string]: string}

inputs

inputs: {[key: string]: string}

Property Value

{[key: string]: string}

refName

The reference name for this step.

refName: string

Property Value

string

retryCountOnTaskFailure

Number of retries.

retryCountOnTaskFailure: number

Property Value

number

task

The task associated with this step.

task: TaskDefinitionReference

Property Value

timeoutInMinutes

The time, in minutes, that this step is allowed to run.

timeoutInMinutes: number

Property Value

number