简体   繁体   English

jenkins email-ext插件停止工作

[英]jenkins email-ext plugin stopped work

I have unclear situation with email notification. 我对电子邮件通知的情况不清楚。 When email triggering from job, I get "MessagingException message: 535 5.7.3 Authentication unsuccessful", but when I go to Manage jenkins -> configure system -> E-mail Notification, and run "Test configuration by sending test e-mail" I get "Email was successfully sent" and email to mail box. 从工作中触发电子邮件时,我收到“ MessagingException消息:535 5.7.3身份验证失败”,但是当我转到“管理jenkins”->“配置系统”->“电子邮件通知”,并运行“通过发送测试电子邮件进行测试配置”时,我收到“电子邮件已成功发送”并将电子邮件发送到邮箱的信息。 "E-mail Notification" and "Extended E-mail Notification" using the same SMTP server, and 2 days ago all working good. 使用同一台SMTP服务器的“电子邮件通知”和“扩展电子邮件通知”,并且2天前都工作正常。 I'm at a loss... Any ideas, where to look for the problem? 我不知所措...任何想法,在哪里寻找问题? Thanks ! 谢谢 !

Update: 更新:

It seems problem precisely with email-ext plugin. 似乎是电子邮件扩展插件的问题。 Because, I added to my job two notifications section, first usual notification (Send e-mail for every unstable build) and second "Editable email notification", and I get a result: first notification successfuly sent, second says "535 5.7.3 Authentication unsuccessful". 因为,我在工作中添加了两个通知部分,第一个是常规通知(为每个不稳定的版本发送电子邮件),第二个是“可编辑电子邮件通知”,然后我得到一个结果:第一个通知成功发送,第二个通知为“ 535 5.7.3验证失败”。 Two days ago I change password for email, and made changes to the jenkins settings. 两天前,我更改了电子邮件密码,并更改了詹金斯设置。 But it looks like email-ext plugin try authenticate with old password. 但是,似乎email-ext插件尝试使用旧密码进行身份验证。 May be somebody knows, how to reset plugin settings ? 可能有人知道,如何重置插件设置?

原因是该插件不会更新设置...可以手动完成/var/lib/jenkins/hudson.plugins.emailext.ExtendedEmailPublisher.xml,需要<smtpAuthPassword></smtpAuthPassword>部分中的更新哈希。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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