You can view the “pipeline” that was uploaded in a step that executes buildkite-agent pipeline upload
. This is awesome when I just want to see what was rendered via environment variables or otherwise. But sometimes, it can be difficult to track back “what step uploaded the pipeline for this job”.
That entire question can be subverted if on a step itself I could view the configuration of what had triggered the step. For example, if, on a Build’s Step, I could hit Timeline and just view the JSON/YAML as had been uploaded to Buildkite to cause that step to be in the pipeline. It would even be useful if it wasn’t exactly what was uploaded (i.e. scrubbing comments, reordering keys), just effectively what Buildkite sees.