-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Discussion about disallowing usage of object/array param/result as a whole in format: results.result1 or params.param1 (without star reference) #5078
Comments
Offline discussion leads to conclusion that we want to be consistent for referring object and array params and results using |
Per https://github.com/tektoncd/pipeline/blob/main/api_compatibility_policy.md, we need to add a warning for reference format: |
After discussion, it seems better that we plan to deprecate the params.paramArray1 as a whole usage, but we don't enforce it in implementation. In doc, we will recommend the star reference to refer param arrays as a whole. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Feature request
In TEP 75 and in the implementation tracker (#5056) we stated that we don't want to support referring objects/array params/results as a whole in format
results.result1
orparams.param1
Use case
As stated above
The text was updated successfully, but these errors were encountered: