简体   繁体   English

Jenkins 中的“扩展电子邮件通知”和“电子邮件通知”有什么区别

[英]What is difference between “extended Email notification” and “Email notification” in Jenkins

I am trying to configure pipeline having email to be sent about pipeline status.我正在尝试配置要发送有关管道状态的电子邮件的管道。 For that I came across two mail configurations.为此,我遇到了两种邮件配置。 在此处输入图片说明

and other one is--另一个是——
在此处输入图片说明

I didn't able to find difference between these two configurations.我找不到这两种配置之间的区别。

They are two different plugins.它们是两个不同的插件。

  • E-mail Notification is from the plugin Mailer and allows to send a basic email.电子邮件通知来自插件Mailer并允许发送基本的电子邮件。

  • Extended E-mail Notification is from the plugin Email-ext and allows more customization, eg from the plugin's page : " when an email is sent, who should receive it, and what the email says ".扩展电子邮件通知来自插件Email-ext并允许更多自定义,例如从插件页面:“何时发送电子邮件,谁应该接收它,以及电子邮件内容”。 This plugin also allows to set default global parameters (eg recipient list) so you don't have to set these parameters on each and every project.该插件还允许设置默认的全局参数(例如收件人列表),因此您不必在每个项目上设置这些参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM