简体   繁体   中英

Email sent after jenkins job lost?

I have a jenkins job setup on UBUNTU, that is to execute some test scripts, and after each execution, the email will be automatically sent to notify the team. It used to work pretty well. But just recently, I am not getting any email any more. But in the job console output, it says:

...
Creating artifact for the build.
Artifact was added to the build.
Email was triggered for: Always
Sending email for trigger: Always
Sending email to: ...  
Finished: SUCCESS

Where I may check if the email does send out???

From the comments I've read you're using the Extended Email Plugin.

You can track the issue down with the help of the debug mode of this extension. You can enable the debug mode in Manage Jenkins -> Configure System (global settings) -> Extended E-mail Notification -> Enable Debug Mode. Then check your Jenkins log file .

If the plugin can send the email, then the problem is not related to Jenkins.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM