OverrideTaskStepProperties interface
Properties
arguments | Gets or sets the collection of override arguments to be used when executing a build step. |
context |
The source context against which run has to be queued. |
file | The file against which run has to be queued. |
target | The name of the target build stage for the docker build. |
update |
Base64 encoded update trigger token that will be attached with the base image trigger webhook. |
values | The collection of overridable values that can be passed when running a Task. |
Property Details
arguments
Gets or sets the collection of override arguments to be used when executing a build step.
arguments?: Argument[]
Property Value
Argument[]
contextPath
The source context against which run has to be queued.
contextPath?: string
Property Value
string
file
The file against which run has to be queued.
file?: string
Property Value
string
target
The name of the target build stage for the docker build.
target?: string
Property Value
string
updateTriggerToken
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
updateTriggerToken?: string
Property Value
string
values
The collection of overridable values that can be passed when running a Task.
values?: SetValue[]
Property Value
SetValue[]