Skip to content
New issue

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

Tekton Pipeline v0.36.0 causes error in buildpacks pipeline #36

Closed
bradbeck opened this issue Jun 9, 2022 · 0 comments
Closed

Tekton Pipeline v0.36.0 causes error in buildpacks pipeline #36

bradbeck opened this issue Jun 9, 2022 · 0 comments

Comments

@bradbeck
Copy link

bradbeck commented Jun 9, 2022

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:

        - 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant