Hello, I’m making a multi project pipeline where the trigger job can have multiple different upstreams. Is there a way to pass only one / specific environmental variables to the downstream job?
Using trigger:forward allows variables to be overwritten when they have the same name in the upstream and downstream pipelines, or the specific variable I want isn’t forwarded.
Using dotenv doesn’t work it appears you need to specify the upstream reference in the trigger job. As there are multiple possible upstreams this won’t work.
Thanks for your help
Worked out how to do this using inherit:variables:[VAR1,VAR2]