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
Pipeline runs and taskruns from all 3 tasks are generated.
Actual Behavior
PipelineRun fails with 'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Steps to Reproduce the Problem
Run a pipeline with 3 tasks:
first task generates an array type result
second task references the array type result generated from the first task to dynamically generate taskruns using matrix. Each of these runs then sets a string type result
third task references the aggregated results of taskruns from the second task to dynamically fan out tasks once again using matrix, as described in the documentation here. This will fail with the following error: 'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Expected Behavior
Pipeline runs and taskruns from all 3 tasks are generated.
Actual Behavior
PipelineRun fails with
'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Steps to Reproduce the Problem
Run a pipeline with 3 tasks:
'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: