Delegate Selector List with OR Condition
D
Decisive Canidae
would like to use the functionality of Delegate Selector List and I want to do with an OR condition.
Namely, I have delegates tags:
- ec2-<+pipeline.variables.account>
- vm-<+pipeline.variables.account>
And I want to select the one available based on the variable <+pipeline.variables.account>.
Log In