• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • mailer-plugin
    • 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>
      ...

          [JENKINS-600] User config is invalid

          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.

          Kohsuke Kawaguchi added a comment - 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.

            Unassigned Unassigned
            gogan gogan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: