pmv commented on Bug JENKINS-17354

It appears the stack trace happens because in the job xml configuration, it saves the configuration with quotes around it. For example, if I have a matrix job, and I use this plugin to tie the parent, the config.xml gets saved as:

<assignedNode>&quot;!master&amp;&amp;!maven&quot;</assignedNode>

I think the quotes around the whole thing are causing the issue. If I edit the config.xml and change it to this:

<assignedNode>!master&amp;&amp;!maven</assignedNode>

I don't get the stack trace.

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.
 
 

Reply via email to