pub const META_JOB_OUTPUTS: &str = "job_outputs";Expand description
Graph-level metadata: pipe-delimited list of <job>\t<name>\t<source>
records, one per jobs.<id>.outputs.<name>. Records are joined with |,
fields within a record with \t. source is one of secret (value
reads secrets.*), oidc (value references steps.*.outputs.* from a
step that holds an OIDC identity), step_output (any other
steps.*.outputs.*), or literal. Plain-text rather than JSON to keep
the parser crate free of serde_json. Consumed by
sensitive_value_in_job_output.