jenkins email notification

main
Yik Teng Hie 2 years ago
parent ce74680d7c
commit 966194142c

@ -63,3 +63,20 @@ default:
user_name: "mitl-noreply@gmail.com" user_name: "mitl-noreply@gmail.com"
password: "mypassword" password: "mypassword"
``` ```
## Jenkins
- Goto `Manage Jenkins` > `System`
- Under `Email Notification`, settings
- SMTP server : `smtp.office365.com`
- Default user e-mail suffix : `@mitech-ltd.com.sg`
- Advanced
- Check `Use SMTP Authentication`
- User Name : `mitl-noreply@mitech-ltd.com.sg`
- Password : mypassword
- Check `Use TLS`
- SMTP Port : `587`
- Reply-To Address : `mitl-noreply@mitech-ltd.com.sg`
- Use `Test configuration` to test the setup
![Email Notification](./images/00-email-jenkins.PNG)

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save