The `generated-config.yml` is actually a json object

jsonnet-build

This job fetches the Jsonnet package from apk and runs it to create the generated-config.yml, which is the emitted YAML. The generated-config.yml is 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