I've got a pipeline with multiple jobs. For some reason, a variable that is set the stage is Null in a condition that is running from a job.
Here's the pipeline yaml:
https://github.com/ossentoo/azdo-yaml-varsdemo/tree/feature/private-agent
The syntax that i'm not expecting to evalutate to false is in the child.yml (line 24):
I've attached one of the files from the log from Azure DevOps logs
In the log on line 73, this is shown:
The question is, why is variable applicationsList Null if the value is being set in the stage? I have tried changing syntax to variables.applicationsList, but that doesn't appear to work either.
thanks
thanks