Section 9 - Jenkins&Email
Section 9 - Jenkins&Email
In this section we’ll learn how to integrate Jenkins with Email using AWS
SES & GMail.
Having notifications via Email is quite useful, because if any Job fails, then
Jenkins is going to notify you.
First, verify your email address or domain in AWS SES: 1. Access AWS SES
through the Services tab 2. Choose “Verify a new email address” 3. Enter
your email address 4. Click the verification link received in your email
Jenkins Configuration
Note: If test emails aren’t appearing in your inbox, check your spam folder.
Gmail often filters these messages initially.
Lecture 4: Gmail Integration
For teams without AWS access, Gmail integration offers an alternative
approach:
Gmail Configuration
Configuration Steps
Notification Behavior
The system will send notifications for: - Build failures (including detailed
error logs) - Recovery from failure states - Note: Successful builds after
recovery don’t trigger notifications
This email notification system helps teams maintain awareness of their build
processes and quickly respond to failures, making it an essential part of a
robust CI/CD pipeline.