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


when adding trigger, possible select

  • developers
  • culprits
  • suspects causing build begin failing

and more options.

when using git scm, how recipient lists exactly determined?

there explanation @ email-ext plugin page:

  • developers:

send email checked in code last build. plugin generate email address based on committer's id , appended "default email suffix" jenkins's global configuration page. instance, if change committed id "first.last", , default email suffix "@somewhere.com", email sent "first.last@somewhere.com"

  • culprits:

sends email list of users committed change since last non-broken build till now. list @ least include people made changes in build, if previous build failure includes culprit list there.

i guess algorithm determine culprint's email same developer.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -