You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2023. It is now read-only.
Passing data through meta-data requires a separate shell script (to run buildkite-agent meta-data get, assign to variable and do something with it). In some simple pipelines, that's an added script that needs to be maintained.
It would be useful to have the ability to do that in the YAML file directly through some kind of BuildKite-specific syntax that understood it should reach out to the meta-data values and substitute the value (or set it).
Passing data through meta-data requires a separate shell script (to run
buildkite-agent meta-data get, assign to variable and do something with it). In some simple pipelines, that's an added script that needs to be maintained.It would be useful to have the ability to do that in the YAML file directly through some kind of BuildKite-specific syntax that understood it should reach out to the meta-data values and substitute the value (or set it).