|
||||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I tried to duplicate this on Jenkins v1.511
I have a test system with two nodes: master and porter
Most settings use jenkins defaults.
For both nodes, I've set Labels: build&&machine
Then, I created a simple matrix job and set
Tie parent build to a node: build&&machine (group of Jenkins,porter)
The matrix job worked.
I examined the job's generated config.xml as suggested by pmv's comment:
<matrixtieparent.BuildWrapperMtp plugin="[email protected]">
<labelName>build&&machine</labelName>
</matrixtieparent.BuildWrapperMtp>
v1.511 appears to act correctly: it is not automatically quoting the labelName.
(Sorry for taking so long to look at this.)