lab-tekton-pipelines icon indicating copy to clipboard operation
lab-tekton-pipelines copied to clipboard

The tasks yamls (both openshift-client and s2i-nodejs) from the terminal are not working.

Open piggyvenus opened this issue 5 years ago • 0 comments

The parameter should be using () instead of {} Getting parsing error with ${} is in the task yaml files. Example error: error parsing target image name "${outputs.resources.image.url}, invalid argument "${inputs.params.TLSVERIFY}", etc. Workaround should be removing the tkn task via CLI (with the newer tkn cli, not the one with the terminal), replace all {} to (), update nodejs version to at least 10 (not 8), and the recreate task yaml file.

piggyvenus avatar Mar 11 '20 18:03 piggyvenus