The `generated-config.yml` is actually a json object
jsonnet-build
This job fetches the Jsonnet package from
apkand runs it to create thegenerated-config.yml, which is the emitted YAML. Thegenerated-config.ymlis stored as an artifact to make it available for triggering in the next step.
The generated-config.yml is actually a json object. See the cat command in the build job from one of the lastest pipeline.
Can you develop further how that json.yml is managed by sub-jobs? It looks like json is fine too for dynamic jobs.
Edited by Simon Pistache