- 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
yum install java-1.8.0-openjdk -y
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
SMTP Credentials and Verifying Email Address
Goto Jenkins --> Manage Jenkins --> Configure System
- Please check "System Admin e-mail address" provided or not
- Provide SES details with jenkins
Click on Test Configuration
Go and Check whether you get mail or not
If we provide other Email ID's which not varified with in SES, jenkins build will fail



