-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Platform: All, OS: All
There is a bug in the user configuration. The xml files since the version 1.109
are not valid.
The tag <hudson.tasks.Mailer-UserProperty> is misspellt. So the system cannot
read the email adresses and doesn´t send mails.
...
<properties>
<hudson.tasks.Mailer_-UserProperty>
<emailAddress>...</emailAddress>
</hudson.tasks.Mailer_-UserProperty>
</properties>
...
The element name change is due to XStream version up, and there's code inside
Hudson to make sure the old data gets loaded correctly.
The bug was in another place, but that was fixed for 1.112.