A mechanism to remotely obtain runtime parameters of TaskRun
and PipelineRun
#8151
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Feature request
A mechanism to remotely obtain runtime parameters of
TaskRun
andPipelineRun
.Since executing a PipelineRun involves configuring many parameters, such as workspace and runtime container resources, it can be very time-consuming to reconfigure these mostly similar parameters every time.
If I could reuse the runtime parameters of an existing PipelineRun, or even modify them as needed to execute a new pipeline, that would be ideal.
Use case
• For example, only execution parameters params are configured in
pr-spec-params
• For example, only workspace related parameters are configured in
pr-spec-workspaces
• For example, only allowed container quotas are configured in
pr-spec-resources
• For example, both
pr-spec-params
andpr-spec-workspaces
can be configured simultaneously with params and workspace related parametersThe text was updated successfully, but these errors were encountered: