0
votes

In a Jenkins Pipeline job, when sending an email with the EmailExt plugin, one of the Recipient providers is "Suspects Causing the Build to Begin Failing".

The class name for this provider is FirstFailingBuildSuspectsRecipientProvider.

Who is this supposed to be in this list? When I try using this provider, it sends no emails out.

1
Unfortunately this Provider seems to be broken within pipeline builds. Compare issues.jenkins-ci.org/browse/JENKINS-54940 and upvote if possible. - Joerg

1 Answers

0
votes

according to https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java it is

A recipient provider that assigns ownership of a failing build to the set of developers (including any initiator) that committed changes that first broke the build.