How to integrate the bitbucket repository to Jenkins and get it executed every 5 mins. get an email notification for every failed builds upfront and get a notification of all passed build every hour. Use Case
- Create an automation test for a few page URLs - Done
- Execute it every 5 mins (Schedule with Jenkins) - Done
- Send an email as soon as any build got fail - Done
- Send an email every 1 hour for all passed build in last one hours (exclude the fail one) - Need help on this