Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the recipients of Jenkins Email Extension Plugin email notifications?

Tags:

git

email

jenkins

When adding a trigger, it is possible to select

  • Developers
  • Culprits
  • Suspects causing the build to begin failing

and some more options.

When using Git as SCM, how are those recipient lists exactly determined?

like image 704
Gustave Avatar asked Oct 24 '25 14:10

Gustave


1 Answers

There is a good explanation at Email-ext plugin page:

  • Developers:

Send the email to anyone who checked in code for the last build. The plugin will generate an email address based on the committer's id and an appended "default email suffix" from Jenkins's global configuration page. For instance, if a change was committed by someone with an id "first.last", and the default email suffix is "@somewhere.com", then an email will be sent to "[email protected]"

  • Culprits:

Sends email to the list of users who committed a change since the last non-broken build till now. This list at least always include people who made changes in this build, but if the previous build was a failure it also includes the culprit list from there.

I guess the algorithm to determine a culprint's email is the same as for the developer.

like image 146
Vitalii Elenhaupt Avatar answered Oct 26 '25 05:10

Vitalii Elenhaupt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!