We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddec19 commit 2f84159Copy full SHA for 2f84159
jenkins/Email-Config.txt
@@ -0,0 +1,22 @@
1
+Jenkins Email Configuration
2
+
3
+Manage Jenkins --> Configure System --> Extended E-mail Notification
4
5
+ SMTP server: smtp.gmail.com (click on Advanced for below options)
6
+ Use SMTP Authentication (select this option)
7
+ username: <your gmail user>
8
+ password: < your gmail password>
9
+ Use SSL (select the check box)
10
+ SMTP port: 465
11
12
+ at the bottom: click on "Default Triggers" button
13
+ check the Always option
14
15
16
+===================================================================================
17
18
+in any Jenkins Job -- configure a post build action
19
20
+Editable Email Notification
21
+provide recepient list & save the job & run the job
22
0 commit comments