In my situation I have build machines divided into two categories: A and B. The nodes for each machine are labelled accordingly.
I also have platforms associated with each machine (one or more of x, y, z). These are also included in the labels for each node.
I would like to set up a project with two label parameters machineType and platform so that a node is selected that has a label matching machineType AND platform. As far as I can tell, the NodeLabelParameter plugin only attempts to match at least one label before selecting a node.
Is this the expected behavior?