Concepts

Terminology

TermDescription
PipelineRunA Kubernetes Custom Resource that instantiates a Pipeline for execution
PipelineA Kubernetes Custom Resource that defines a collection of Tasks arranged in a specific execution order
TaskA Kubernetes Custom Resource that defines a sequence of Steps to be executed in order
TaskRunA Kubernetes Custom Resource that instantiates a Task for execution
StepAn individual operation in a CI/CD workflow that runs in its own container
WorkspaceA pre-declared volume that Tasks can mount to share data
ParameterA variable that can be passed to a PipelineRun during execution
ResultA value produced by a Task that can be used by other Tasks
StatusThe current state of a PipelineRun's execution
ON THIS PAGE