VariableMultipliersServerExecutionOptions interface
Represents options for running a phase based on values specified by a list of variables.
- Extends
continue |
Indicates whether failure of one job should prevent the phase from running in other jobs. |
max |
The maximum number of server jobs to run in parallel. |
multipliers |
type | The type. |
Indicates whether failure of one job should prevent the phase from running in other jobs.
continueOnError: boolean
Property Value
boolean
The maximum number of server jobs to run in parallel.
maxConcurrency: number
Property Value
number
multipliers: string[]
Property Value
string[]