BuildDefinitionStep interface
Represents a step in a build phase.
Properties
always |
Indicates whether this step should run even if a previous step fails. |
condition | A condition that determines whether this step should run. |
continue |
Indicates whether the phase should continue even if this step fails. |
display |
The display name for this step. |
enabled | Indicates whether the step is enabled. |
environment | |
inputs | |
ref |
The reference name for this step. |
retry |
Number of retries. |
task | The task associated with this step. |
timeout |
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