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

守給你的承諾、 提交于 2021-01-29 10:05:24

问题


I want to send email notifications to all developers who committed changes in a branch. I'm using a Freestyle project integrated with Github. I've searched a lot but didn't find a solution. Any help is greatly appreciated. Thanks


回答1:


You can do this as follows:

  1. Install and configure the Email-ext plugin.
  2. In your job configuration page, click Add post-build action and select Editable Email Notification.

  1. Click Advanced Settings.

  1. Under your preferred build status conditions, click Add and select Developers.



来源:https://stackoverflow.com/questions/58381139/sending-email-notifications-to-all-developers-who-committed-changes-in-a-branch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!