On 12.01.2014, at 07:42, Avihay Eyal wrote:
> There is no Jenkins solution (because step 3 is not possible)? It can only be
> done via 'polling'?
Quoting the email-ext documentation:
> Place a check next to each group of people you would like to send emails to
> if the trigger is triggered.
So for the following scenario:
1. A user pushed a change to the repo
2. A Mercurial hook trigger a job, let's say a unittest job
3. The unittest failed, and an *email was sent to the responsible
developer*(the developer who pushed the changes)
There is no Jenkins solution (because step 3 is not p
If mercurial triggered the build, then there is no "requestor." The
requestor is a user that specifically triggers the build via the web.
On Thu, Jan 9, 2014 at 7:48 AM, Avihay Eyal wrote:
> I can't really attach the log since it's an internal network. I can
> however write down some of the thi
I can't really attach the log since it's an internal network. I can however
write down some of the things I saw. The scenario is that a Mercurial hook
triggered the job. So after the job was finished, this what I have at the
end of the Console Output:
Build Step 'Execute shell' marked build as
I did configured the mail server, I didn't config the individual users.
This job uses Mercurial plugin, and when I set it to trigger the job via
the 'poll' option, it works, and I receive an email with the developer name
in the 'To' list. That's why I assume there aren't any problems related to
Please post your build log.
On Jan 9, 2014 5:17 AM, "Avihay Eyal" wrote:
> Hi, I added a post build event that sends an email upon 'Failure' to the
> 'Requestor'.
> This is a trigger that I added under the 'Advanced' section of the
> Email-ext plugin.
> Unfortunately, no email is sent to the requ
Did you configure your email address in your user profile in Jenkins? Maybe it
just fails to resolve username to email address for some reason.
On 09.01.2014, at 13:17, Avihay Eyal wrote:
> Hi, I added a post build event that sends an email upon 'Failure' to the
> 'Requestor'.
> This is a trig
Hi, I added a post build event that sends an email upon 'Failure' to the
'Requestor'.
This is a trigger that I added under the 'Advanced' section of the
Email-ext plugin.
Unfortunately, no email is sent to the requestor(I can receive the email,
because I added my email in the 'cc')
It happens w