If task file (file: task.yml
) in pipeline (pipeline.yml
) config needs to contain some {{properties}}
, what is a proper way to add them?
In my case, I want to use a custom docker image from repository that uses authentication, and I don't want to hardcode/commit credentials in task yml itself.
Is the a way to do that currently without moving task config to the main pipeline yml?
Clarification: I want to parameterize task.yml
file itself (for example, input: {{input_name}}
).
Master
on the Concourse GitHub repo. See > github.com/concourse/concourse/issues/454 ... – Glandular