You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PipelineRun can have parameters defined in it which will be passed to all of its TaskRuns, allowing for uses such as environment variables which have a different value from PipelineRun to PipelineRun without requiring changes to the underlying Pipeline or Task every time.
Actual Behavior
A new Pipeline, with new PipelineTasks, needs to be created for each run in order to pass a different parameter value to the relevant Tasks.
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered:
Expected Behavior
A
PipelineRun
can have parameters defined in it which will be passed to all of itsTaskRun
s, allowing for uses such as environment variables which have a different value fromPipelineRun
toPipelineRun
without requiring changes to the underlyingPipeline
orTask
every time.Actual Behavior
A new
Pipeline
, with newPipelineTask
s, needs to be created for each run in order to pass a different parameter value to the relevantTask
s.Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: