Jenkins邮件发送失败问题解决

复制代码
如下提示为 Extended E-mail Notification开启Debug模式下显示的错误信息,
(Debug模式设置方法:Dashboard-> manage Jenkins->configure System)

DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-MD5 NTLM XOAUTH2 
DEBUG SMTP: Using mechanism LOGIN
DEBUG SMTP: AUTH LOGIN command trace suppressed
DEBUG SMTP: AUTH LOGIN failed
AuthenticationFailedException message: 535 Error: authentication failed

535提示为认证失败,原因:

设置的邮件地址和密码不对导致的,注意了存在两个设置邮件地址和密码的地方,分别对应不是区块的邮件发送配置。

  1. Email Notification

这个区域设置邮箱和密码后,可以点击其下侧的Test configuration by sending test e-mail ,用于确认配置的邮箱地址和密码是否可用。

但是!!!此部分配置的邮箱和密码用于Dashboard -> ProjectXX -> Configuration -> Post-build Actions -> E-mail Notification区域的邮件发送。

  1. Extended E-mail Notification

这个区域配置的邮箱用于Jenkins编译后的Editable Email Notification配置的邮件发送!

  1. Editable Email Notification

路径:Dashboard -> ProjectXX -> Configuration -> Post-build Actions -> Editable Email Notification

此部分的邮件发送,使用Extended E-mail Notification中配置的邮件地址和密码。

相关推荐
许苑向上18 小时前
【Elasticsearch】Elasticsearch集成Spring Boot
spring boot·elasticsearch·jenkins
qq_4337169519 小时前
编写第一个 Appium 测试脚本:从安装到运行!
自动化测试·软件测试·jmeter·ci/cd·职场和发展·appium·jenkins
东方巴黎~Sunsiny1 天前
Elasticsearch中什么是倒排索引?
大数据·elasticsearch·jenkins
kehua_gao1 天前
Jenkins常见问题
运维·jenkins
春天的菠菜1 天前
【jenkins】jenkins使用pipeline配置django项目
运维·django·jenkins
Linux运维老纪1 天前
Jenkins应用详解(Detailed Explanation of Jenkins Application)
linux·服务器·云计算·jenkins·运维开发·devops
Source、1 天前
gitlab和jenkins连接
运维·gitlab·jenkins
追梦不止~2 天前
jenkins流水线pipeline
运维·jenkins
清水加冰2 天前
Docker + Jenkins + gitee 实现CICD环境搭建
docker·容器·jenkins
Double@加贝2 天前
ElasticSearch的Python Client测试
python·elasticsearch·jenkins