简体   繁体   English

向在分支中提交更改的所有开发人员发送 email 通知 - Jenkins

[英]sending email notifications to all developers who committed changes in a branch - Jenkins

I want to send email notifications to all developers who committed changes in a branch.我想向所有在分支中提交更改的开发人员发送 email 通知。 I'm using a Freestyle project integrated with Github.我正在使用与 Github 集成的 Freestyle 项目。 I've searched a lot but didn't find a solution.我已经搜索了很多,但没有找到解决方案。 Any help is greatly appreciated.任何帮助是极大的赞赏。 Thanks谢谢

You can do this as follows:您可以按如下方式执行此操作:

  1. Install and configure the Email-ext plugin .安装和配置Email-ext 插件
  2. In your job configuration page, click Add post-build action and select Editable Email Notification .在您的作业配置页面中,单击Add post-build action和 select Editable Email Notification

在此处输入图像描述

  1. Click Advanced Settings .单击高级设置

在此处输入图像描述

  1. Under your preferred build status conditions, click Add and select Developers .在您首选的构建状态条件下,单击Add和 select Developers

在此处输入图像描述

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

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