Hello,
I'm running Jenkins 1.544 in standalone mode.  I have a maven2/3 job
configured and want to set email notifications under job configuration ->
Build Settings ->Email Notification.

If I attempt at setting an email address in the recipient list and clicking
Apply, then Save.  The email recipient list isn't saved.  If I go back to
configuration screen, the Email Notification checkbox is still checked, but
the recipient list is empty.

Jenkins doesn't log any errors/warnings in the log.

If I open the job's config.xml, I can see that the email settings are
correct for the checkboxes I have checked, but it has no recipient list XML
element.

The following is the Mailer snippet I see in the job's config.xml:

  <reporters>
    <hudson.maven.reporters.MavenMailer>
      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>false</sendToIndividuals>
      <perModuleEmail>true</perModuleEmail>
    </hudson.maven.reporters.MavenMailer>
  </reporters>


Does anyone have any hints/suggestions as to what I can try in order to try
to figure out what the issue is?

Thanks!
Alessandro Ferrucci

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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.

Reply via email to