|
||||||||
|
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.

[UPDATE: this only works while jenkins is running. The jenkins start up is still unable to parse the xml file.]
I manually re-entered all of the hosts and jenkins is now able to parse the newly created file. The main differences between the new one that works and the old one that doesn't are (old version is on top):
2c2
< <jenkins.plugins.publish_overssh.BapSshPublisherPlugin-Descriptor plugin="[email protected]">
—
> <jenkins.plugins.publish_overssh.BapSshPublisherPlugin-Descriptor plugin="[email protected]">
181,217c181
< <defaults class="jenkins.plugins.publish_over_ssh.options.SshOverrideDefaults">
... (a bunch of default configs)
< </defaults>
—
> <defaults class="jenkins.plugins.publish_over_ssh.options.SshPluginDefaults"/>
Note that the defaults class attribute is different.