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

Allow YAML params and serialize them to JSON #8

Open
andy-paine opened this issue Jan 4, 2021 · 0 comments
Open

Allow YAML params and serialize them to JSON #8

andy-paine opened this issue Jan 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@andy-paine
Copy link

When using a task in Concourse, params can be provided as YAML objects and Concourse will just serialize the object as JSON and that is the value of the env var. Trying to write Ironbird tests that use YAML values as params fails as params is expected to be map[string]string. It would be good if it matched the behaviour of Concourse - i.e. params is map[string]interface{} which is then serialized

@andy-paine andy-paine added the enhancement New feature or request label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant