Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jenkins 2.222.x 版本和可编辑电子邮件通知插件来发送有关工作状态的电子邮件。它工作正常。后来我将我的 Jenkins 版本更新为 2.273.1,我仍然能够接收电子邮件,但像这样:
环境变量不会被实际数据取代。
我错过了什么?
我在这里找到了答案:https ://issues.jenkins.io/browse/JENKINS-64659?jql=text%20~%20%22Check%20console%20output%20at%20%24BUILD_URL%20to%20view%20the%20results .%22
解决方案是在 Jenkins 中将“token-macro”插件更新为最新版本并重新启动 Jenkins。