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