Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.66 KB

File metadata and controls

40 lines (31 loc) · 1.66 KB

Pre-Requisites:

- Install GIT and Maven
- Install Jenkins
- Configure GIT and Maven with Jenkins
- Create SMTP Credentials in SES
- Verify Emails Address in SES
- Create SSM Parameters

Install Java

yum install java-1.8.0-openjdk -y

Install Jenkins:

sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --import http://pkg.jenkins.io/redhat-stable/jenkins.io.key
sudo yum install jenkins -y
service jenkins start

Create SMTP Credentials in SES and Verify Emails Address in SES

SMTP Credentials and Verifying Email Address

Create SSM Parameters

Create SSM Parameters

Configure SES with Jenkins

Goto Jenkins --> Manage Jenkins --> Configure System

  1. Please check "System Admin e-mail address" provided or not

image

  1. Provide SES details with jenkins

image

Click on Test Configuration

image

Create jenkins job with Jenkins-SSM and Build

image

Go and Check whether you get mail or not

Note:

If we provide other Email ID's which not varified with in SES, jenkins build will fail