Stages used in a pipeline.
Union case | Description |
Full Usage:
ParallelMaybeStage(steps, condition)
Parameters:
Step list
-
The steps to run.
condition : bool
-
The condition that must be true for the step to run.
|
|
|
|
|
|
Full Usage:
SequentialMaybeStage(step, condition)
Parameters:
Step
-
The steps to run.
condition : bool
-
The condition that must be true for the step to run.
|
|
|
|