Jenkins Email Notification | Sending email from Jenkins pipeline script | AWS SMTP server usage

preview_player
Показать описание
Jenkins Email Notification | Sending email from Jenkins pipeline script | AWS SMTP server usage

Watch Build JAVA application and Deploy to Tomcat Server:

Subscribe and stay tuned for more videos!
Рекомендации по теме
Комментарии
Автор

It is very helpful video for others and production label approch. I appreciate to you.

Ss-vemy
Автор

Hello Sir
I am using Cucumber plugin to generate Cucumber JVM reports.i am able to view generated report thorugh Jenkins .I need to email it as attachments.I am using below code to do ..but I am not able to find .html report to email that.. under target seperate folder is not getting generated where these reports will be stored in Jenkins ...it works fine in local...
{
emailext body:"test ",
attachmentsPatters:"**/* html"
}

This should search for all available html throughout the workspace right ?...why am I not able to get my generated html report?

archanamuthukrishnan
Автор

With SSL option enabled, its not working for me but when I enable TLS option mail is sent successfully but not getting delivered to my mailbox...

anil
Автор

how at add html report as attachment to email notification

rakeshingole
Автор

where did you get the username and password from?

NdiforJefferson-ep