Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1529

email-ext cannot send emails when global recepient list is empty

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • email-ext-plugin
    • None
    • Platform: All, OS: All

    Description

      Use case:
      Create a new job, choose to use email-ext, and do not enter anything for the
      global list. Then for the "Success" emails enter a recepient list (locally only
      for success notification) and choose the checkbox "send to recipients". Message
      notification is never send.
      Problem analysis:
      There is bug in the code, that never checks if the global recepients list is
      empty. Then it silently fails with an error message in the console log, but
      don't even print the stacktrace of the exception

      Attachments

        Activity

          mindless Alan Harder added a comment -

          This was fixed by againjj in r15195.
          There are many unreleased changes in email-ext, including this fix.. I'll look into putting out a new release.

          mindless Alan Harder added a comment - This was fixed by againjj in r15195. There are many unreleased changes in email-ext, including this fix.. I'll look into putting out a new release.
          mindless Alan Harder added a comment -

          I'll take a look, but there's an easy workaround: uncheck the "send to recipients" checkbox if the global recipients list is empty.

          mindless Alan Harder added a comment - I'll take a look, but there's an easy workaround: uncheck the "send to recipients" checkbox if the global recipients list is empty.
          thexman thexman added a comment - - edited

          Hi
          Sorry for the latest reply. The issue is still a problem.
          In order to reproduce it, you need to configure an empty job with extended email configuration and to enter email address in the success recipient list (but leave the global recipient list empty).

          Here is the exception that appears in the console output of the job:

          Email was triggered for: Success
          There are 1 triggered emails.
          Sending email for trigger: Success
          ERROR: Could not send email as a part of the post-build publishers.
          javax.mail.internet.AddressException: Illegal address in string ``''
          at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:94)
          at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:287)
          at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:249)
          at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:241)
          at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:199)
          at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
          at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:541)
          at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:527)
          at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:515)
          at hudson.model.Build$RunnerImpl.cleanUp(Build.java:158)
          at hudson.model.Run.run(Run.java:1218)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
          at hudson.model.ResourceController.execute(ResourceController.java:88)
          at hudson.model.Executor.run(Executor.java:123)

          P.S. I forget to mention that no email has been sent

          thexman thexman added a comment - - edited Hi Sorry for the latest reply. The issue is still a problem. In order to reproduce it, you need to configure an empty job with extended email configuration and to enter email address in the success recipient list (but leave the global recipient list empty). Here is the exception that appears in the console output of the job: Email was triggered for: Success There are 1 triggered emails. Sending email for trigger: Success ERROR: Could not send email as a part of the post-build publishers. javax.mail.internet.AddressException: Illegal address in string ``'' at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:94) at hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:287) at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:249) at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:241) at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:199) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:541) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:527) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:515) at hudson.model.Build$RunnerImpl.cleanUp(Build.java:158) at hudson.model.Run.run(Run.java:1218) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:123) P.S. I forget to mention that no email has been sent
          mindless Alan Harder added a comment -

          Will close soon without further input, thanks.

          mindless Alan Harder added a comment - Will close soon without further input, thanks.
          mindless Alan Harder added a comment -

          Is this old issue still a problem?

          mindless Alan Harder added a comment - Is this old issue still a problem?
          thexman thexman added a comment -

          Created an attachment (id=216)
          This is a fixed version of the email publisher. The changes are on line 204 (adding the check for empty list) and line 183(printing the exception, otherwise the user will never understand what the problem is)

          thexman thexman added a comment - Created an attachment (id=216) This is a fixed version of the email publisher. The changes are on line 204 (adding the check for empty list) and line 183(printing the exception, otherwise the user will never understand what the problem is)

          People

            Unassigned Unassigned
            thexman thexman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: