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

Jenkins resend mail ,option to define duration for retry

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • mailer-plugin
    • None

      Hello,

      Currently Mailer plugin will wait for 10 secs to retry if connection fails ( could you provide option to define it by user as 10 secs are too less if SMTP server might down for minutes. As Admin I should define like 5 mins, 10 mins for retry.

      if (e.getNextException() != null && e.getNextException() instanceof ConnectException)

      {                                     context.getListener().getLogger().println("Connection error sending email, retrying once more in 10 seconds...");                                     transport.close();                                     Thread.sleep(10000);                                 }

            alecharp Adrien Lecharpentier
            jacque77 Ravindra Reddy
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: