0
votes

I have created a parameterized jenkins job where one of the parameters is the users email address. I want to notify the user if the build fails via email. In the configuration, I see a checkbox named "Send separate e-mails to individuals who broke the build." I have this checked. However, I am not receiving an email when my email is in the parameter and I break the build. If you need more info, let me know.

Thanks!

1

1 Answers

1
votes

Which email notification plugin are you using ?

I use editable email ext plugin and the fields to send emails can take values like $DEFAULT_RECIPIENTS etc

Jenkins Email Ext Plugin configuration in the Job