当前位置:网站首页>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认证 密码,这里填写另外一个授权码,和上面的不能是同一个授权码.
边栏推荐
- automation - Jenkins pipline 执行 nodejs 命令时,提示 node: command not found
- Redis---1. Data structure characteristics and operation
- 深入了解JUC并发(一)什么是JUC
- FE - Weex 使用简单封装数据加载插件为全局加载方法
- Redis - hot key issues
- 介绍两款代码自动生成器,帮助提升工作效率
- Find the highest value of the current element Z-index of the page
- Sudo right raising
- Singleton mode compilation
- 深入学习JVM底层(五):类加载机制
猜你喜欢
随机推荐
Arduino Wire 库使用
Log (common log framework)
Redis——缓存击穿、穿透、雪崩
Redis——大Key问题
栈(线性结构)
Ruijie ebgp configuration case
BGP 路由優選規則和通告原則
CUDA中的Warp Shuffle
DeprecationWarning: .ix is deprecated. Please use.loc for label based indexing or.iloc for positi
Sentinel规则持久化到Nacos
MySQL的10大經典錯誤
Invalid operation: Load into table ‘sources_orderdata‘ failed. Check ‘stl_load_errors‘ system table
Data science [9]: SVD (2)
计算属性普通函数写法 和 set get 写法
提高用户体验 防御性编程
Generic classes and parameterized classes of SystemVerilog
ModuleNotFoundError: No module named ‘jieba.analyse‘; ‘jieba‘ is not a package
CUDA中的线程层次
CUDA中的异步数据拷贝
Network related knowledge (Hardware Engineer)








![Data science [viii]: SVD (I)](/img/cb/7bf066a656d49666985a865c3a1456.png)