当前位置:网站首页>qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
2022-07-02 06:22:00 【bthtth】
项目场景:
在jenkins构建完成后,使用email extension 发送email邮件
问题描述:
在完成system config后,可以发送测试邮件,qq邮箱也可以收到.但是在构建后,虽然提示发送成功,但是qq邮箱收不到
构建后的截图
原因分析:
1\为了更好的找出问题,我在邮件中附加了debug信息.设置方法如下
manage Jenkins-------system config
如果收件人是未在jenkins注册的用户,可以勾选最后一项.我在解决问题的过程中,发现这么一条方法.这里就顺手写了
解决方案:
添加debug后,就可以根据报错查方法了1.报错:timestamp check failed 时间戳检测失败
搜到的方法是 在jenkins安装 build timestamp 插件
2 安装完成后构建,又有新的报错
535 Login Fail. Please enter your authorization code to login.
搜到的方法是: 在system__configuration 配置时,email extension notifications 和邮件发送中的授权码,要先后申请两次,不能使用同一个
email extnsion 中的smtp password
SMTP password 填写授权码
邮件通知中的smtp认证 密码,这里填写另外一个授权码,和上面的不能是同一个授权码.
边栏推荐
猜你喜欢
随机推荐
VLAN experiment of switching technology
Golang -- map capacity expansion mechanism (including source code)
Shardingsphere JDBC
CUDA中内置的Vector类型和变量
递归(迷宫问题、8皇后问题)
深入了解JUC并发(一)什么是JUC
DeprecationWarning: .ix is deprecated. Please use.loc for label based indexing or.iloc for positi
Singleton mode compilation
CUDA中的线程层次
Does the assignment of Boolean types such as tag attribute disabled selected checked not take effect?
CUDA中的Warp Shuffle
Linked list (linear structure)
Android - Kotlin 下使用 Room 遇到 There are multiple good constructors and Room will ... 问题
Codeforces Round #797 (Div. 3) A—E
Redis - grande question clé
Invalid operation: Load into table ‘sources_ orderdata‘ failed. Check ‘stl_ load_ errors‘ system table
构建学习tensorflow
最新CUDA环境配置(Win10 + CUDA 11.6 + VS2019)
MySQL的10大经典错误
LeetCode 90. Subset II