Is there way to create global variable?
Hi, I want to create a global variable so that the same value is accessible anywhere in the pipeline. In my case I get token from api and I need to pass same token to child pipeline which are executed sequentially.Below is screenshot of pipeline whic...