I am using Jenkins to automate selenium testing. I need to have a way to send email notifications after 5 failed build attempts. I have installed the groovy post build plugin but, I don't know how to identify failed attempts, record failed attempts, or notify after n number of failed attempts. Please help.
- Need to issue notifications after n number of failed builds Will K
