We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recent update to Tekton Pipeline v0.36.0 (https://github.com/tektoncd/pipeline/releases/tag/v0.36.0) appears to cause an error when executing the build tasks in the pipeline defined by https://github.com/buildpacks/tekton-integration/blob/main/pipeline/buildpacks/0.1/buildpacks.yaml
invalid input params for task buildpacks: param types don't match the user-specified type: [ENV_VARS]
Removing the following from the build task params appears to resolve the problem:
params
- name: ENV_VARS value: ["$(params.ENV_VARS)"]
This appears to be related to changes made to allow parameter propagation:
✨ TEP-0107: Implement Parameter Propagation (tektoncd/pipeline#4845) Parameters are propagated in embedded specifications without mutations.
Discovered as part of buildsec/frsca#237
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The recent update to Tekton Pipeline v0.36.0 (https://github.com/tektoncd/pipeline/releases/tag/v0.36.0) appears to cause an error when executing the build tasks in the pipeline defined by https://github.com/buildpacks/tekton-integration/blob/main/pipeline/buildpacks/0.1/buildpacks.yaml
Removing the following from the build task
params
appears to resolve the problem:This appears to be related to changes made to allow parameter propagation:
Discovered as part of buildsec/frsca#237
The text was updated successfully, but these errors were encountered: