Re: Email-ext doens't send email to 'requestor'

2014-01-12 Thread Daniel Beck
On 12.01.2014, at 07:42, Avihay Eyal avihay.e...@gmail.com 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

Re: Email-ext doens't send email to 'requestor'

2014-01-11 Thread Avihay Eyal
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

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Daniel Beck
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 avihay.e...@gmail.com wrote: Hi, I added a post build event that sends an email upon 'Failure' to the

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Slide
Please post your build log. On Jan 9, 2014 5:17 AM, Avihay Eyal avihay.e...@gmail.com 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

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Avihay Eyal
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

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Avihay Eyal
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

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Slide
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 avihay.e...@gmail.com wrote: I can't really attach the log since it's an internal network. I can however write