LifecyclePipeline Module
Executes a multi-stage lifecycle pipeline with validation and retry
Functions and values
| Function or value |
Description
|
Full Usage:
executeAsync stages initialInput
Parameters:
PipelineStage list
initialInput : string
Returns: Task<LifecyclePipelineResult>
|
Execute the full pipeline, halting on first stage failure
|
Full Usage:
stageFromAgent name agent
Parameters:
string
agent : IAgent
Returns: PipelineStage
|
|
|
Create a stage with validation and default retry
|
Nao