我已经使用所需的 SMTP 详细信息编辑了 gerrits 配置文件:
[sendemail]
enable = true
smtpServer = smtp.server.com
smtpServerPort = 25
但问题是,细节不知何故不适用于 gerrit,但相同的值确实适用于 Jenkins。
Gerrit 那里真的没有有用的文档。我什至尝试使用以下命令配置项目配置文件的服务器端设置:
[access]
inheritFrom = All-Projects
[submit]
action = inherit
[access "refs/*"]
owner = blah blah blah
[notify "Administrators"]
email = blah@blahblahblah.com
我也尝试查看错误日志,但没有。任何指示都会对我很有帮助。