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