Hi,
I am able to send a mail from my linux host using the same
credentials that the mailer is configured with. But the mailer fails.
javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not
accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadC
basis (an SMTP server that is
accessible from the master might not be from all slaves).
Matthew
From: Scott Evans [mailto:milwrd...@gmail.com]
Sent: 28 July 2014 18:03
To: jenkinsci-users@googlegroups.com
Subject: Re: Mailer plugin
As an update, in sending a couple test emails the headers
As an update, in sending a couple test emails the headers indicate that
it's internally getting passed back to the master to send out to the SMTP
server, but rather than relying on just my looking at the headers I'd
prefer someone who knows the logic flow for the mailer plugin to co
I believe it gets executed on the individual build job nodes.
On Mon, Jul 28, 2014 at 8:14 AM, Scott Evans wrote:
> Does anyone know offhand where the Mailer plugin gets executed for a
> build? Does it get executed on the master Jenkins node, the
> multi-configuration paren
Does anyone know offhand where the Mailer plugin gets executed for a
build? Does it get executed on the master Jenkins node, the
multi-configuration parent, or the individual child build job nodes? We're
trying to limit as much as possible which nodes in our system need to have
access t
Hi,
I already have the mailer plugin installed.
I'm trying to configure the hudson.tasks.Mailer.xml via groovy.
meaning, using the setters on the hudson.tasks.Mailer inner class,
DescriptorImpl.
The problem is that I don't know how to retrieve a reference to it from the
list of plug