|
||||||||
|
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/d/optout.

It looks like there is some kind of a problem with XML tags. Tags that are suggested by Jenkins wiki:
<changelog>
<changeset version=xxx>
</changeset>
</changelog>
Format used by the plugin:
<log>
<logentry revision=xxx>
</logentry>
</log>
When I change <logentry> to <changeset> everything is OK.
Interesting is that SynergyChangeLogParser works OK and I can view changes on Jenkins web page.