Resource Definition
tekton.dev/v1PipelineRunStandard Kubernetes metadata.
Defines the desired state of the PipelineRun.
Defines the observed state of the PipelineRun.
PipelineRunSpec
Reference to the Pipeline to execute. Mutually exclusive with
pipelineSpec.Inline Pipeline specification. Mutually exclusive with
pipelineRef.Can be disabled with the disable-inline-spec feature flag.Parameters to pass to the Pipeline.See Parameter Types for details.
Workspace bindings for the Pipeline.See Workspace Types for details.
Timeout configuration for the PipelineRun.Constraint:
pipeline ≥ tasks + finallyControl the execution state of the PipelineRun.Values:
Cancelled- Cancel immediatelyCancelledRunFinally- Cancel but run finally tasksStoppedRunFinally- Stop gracefully and run finally tasksPipelineRunPending- Hold execution until set to empty string
Template configuration applied to all TaskRuns created by this PipelineRun.
Specifications for individual tasks in the pipeline.
PipelineRunStatus
Conditions describing the current state.
When the PipelineRun started.
When the PipelineRun completed.
When finally tasks began executing.
The resolved Pipeline specification that was executed.
References to TaskRuns and Runs created by this PipelineRun.
Results produced by the Pipeline.
Tasks that were skipped.