Hello,
I’m currently trying to build a pipeline that runs on both local and cluster, which will cause slight differences in the pipeline. I was trying to make one pipeline and use two different queues named “local” and “cluster” to deferenciate between what steps to run.
My current problem is that I cannot figure out a way to skip a step based on the queue tag of the current running agent. I know that since queue is not a variable, I cannot use “queue == local,” but I am unsure how to retrieve the queue tag.
Thanks in advance!