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
Using the example pipelinerun-results-with-params. When I switched the pipelinerun's task order like below, the "first" task no longer can populate the parameters from any task results.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Expected Behavior
Using the example pipelinerun-results-with-params. When I switched the pipelinerun's task order like below, the "first" task no longer can populate the parameters from any task results.
On Tekton 0.47, this was working as expected. From Tekton 0.50+, this new regression issue happened.
Actual Behavior
Tekton won't able to populate the parameters from other task results when creating the taskrun.
Steps to Reproduce the Problem
tasks.<taskName>.results.<resultName>
won't get populatedAdditional Info
Kubernetes version: 1.27
Output of
kubectl version
:Tekton Pipeline version: 0.50.1 and 0.52.0
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: