Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.82 KB

File metadata and controls

45 lines (32 loc) · 1.82 KB

spring-boot-hello

Pre-requisites:

  • Install Java
  • Install GIT
  • Install Maven
  • Jenkins setup

Make Less secure app access: ON

Login to Gmail. Access the URL as https://www.google.com/settings/security/lesssecureapps

image

DisplayUnlockCaptcha need to be continue

URL: https://accounts.google.com/DisplayUnlockCaptcha Before:

image

After:

image

Integrate Email with Jenkins:

Goto Manage Jenkins --> Configure System --> E-mail Notification

image

Integrate GIT with Jenkins:

Goto Manage Jenkins --> Global Tool Configuration

image

Integrate Maven with Jenkins:

Goto Manage Jenkins --> Global Tool Configuration

image

Create docker credentials

Goto Manage Jenkins --> Manage Credentials

image

Build Pipeline job and keep Jenkins pipeline data and click on build

image

Check Mail will get mail as shown below:

image