I’d really like to define all my version related parms up the top of the ci config, but this is not allowed. is there a way to somehow do this?
version: 2.1
parameters:
docker_builder_version:
type: string
default: "0.0.6"
executors:
terraform:
docker:
- image: queglay/firehawk-builder-amd64:<< pipeline.parameters.docker_builder_version >>
I gett the error: Unknown variable(s): pipeline.parameters.docker_builder_version