【发布时间】:2017-10-19 01:25:39
【问题描述】:
我使用 email-ext (v2.57.2) 在 jenkins 管道作业中设置了电子邮件通知。电子邮件在前几次迭代中发送良好,但在大约第 4 次执行后,出现以下错误(并且在所有后续运行中继续发生):
> [Pipeline] emailext messageContentType = text/html; charset=UTF-8
> Adding recipients from project recipient list Adding recipients from
> trigger recipient list Successfully created MimeMessage An attempt to
> send an e-mail to empty list of recipients, ignored. Some error
> occured trying to send the email...check the Jenkins log
不太确定要查看哪个 Jenkins 日志...
【问题讨论】:
-
如果我更改 jenkins 作业配置中的任何内容,它会重新运行几次,然后再次开始失败
标签: jenkins jenkins-plugins email-ext jenkins-email-ext