Tekton Parameters

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Parameters are configuration elements shared by tasks, task runs, pipelines and pipeline runs.

Task Parameters

https://tekton.dev/docs/pipelines/tasks/#specifying-parameters

Specifies execution parameters for this task. Parameters are passed to the task from its corresponding TaskRun.


TO PROCESS.

TaskRun Parameters

Pipeline Parameters

The pipeline parameters are listed under the params field of the pipeline manifest.

TO PROCESS: https://tekton.dev/docs/pipelines/pipelines/#specifying-parameters

PipelineRun Parameters