9.17. Pipeline
9.17.1.1.api-version
type: string
Version of Clara Deploy SDK API expected.
See document (inherited from) for details.
9.17.1.2.orchestrator
type: string
Orchestrator of pipeline expected during execution. Accepted values: Clara and Argo.
9.17.1.3.description
type: string
Human readable description of the pipeline.
See document (inherited from) for details.
9.17.1.4.operators
type: list
Set of operators the pipeline uses during execution. When operators are defined in pipeline definitions, they can either be declared inline as an operator object, or imported from an external file as an import object.
See operator for more details.
9.17.1.5.parameters
type: object
Set of all template placeholder values contained in the document along with their default values.
See template (inherited) for details.
9.17.1.6.name
type: string
Unique name of the pipeline.
Names must be unique within a pipeline definition.
See document (inherited from) for details.
See names for additional information about name in Clara Deploy SDK pipeline definitions.
9.17.1.7.variables
type: object
Set of environment variables which will be available to all pipeline job operators during execution.
See variables for details.