declare function getPipeline(pipelineName: PipelineName): IPipelineSchema<any>;
Retrieves a pipeline schema by its name from the swarm's pipeline schema service. Logs the operation if logging is enabled in the global configuration.
Parameter | Description |
---|---|
pipelineName |
The name of the pipeline to retrieve. |