Haven't this been implemented yet?

I am getting Developers and Culprits through emailextrecipients
final def recipients = emailextrecipients([
    [$class: 'DevelopersRecipientProvider'],
    [$class: 'CulpritsRecipientProvider'],
    [$class: 'FirstFailingBuildSuspectsRecipientProvider'],
    [$class: 'FailingTestSuspectsRecipientProvider']
])

final def subject = "subject"
final def content = "content"
final def replyTo = "nonotre...@company.com"
if (recipients != null && !recipients.isEmpty()) {
    mail to: recipients, replyTo: replyTo, subject: subject, body: content
}


fredag 28. oktober 2016 11.04.27 UTC+2 skrev Eddard følgende:
>
> Same here
>
> Le jeudi 12 mai 2016 17:02:04 UTC+2, ludovic SMADJA a écrit :
>>
>> I add my cent to this feature, we also need it.
>> -- 
>>
>>
>> Ludovic SMADJA
>> R&D engineer - build process and development
>> JALIOS SA
>> http://www.jalios.com
>>
>>
>> Le lundi 02 mai 2016 à 13:04 +0000, Slide a écrit :
>>
>> This is not implemented yet. It's on the list to do.
>>
>> On Mon, May 2, 2016, 00:36 Christian Ditscher <christian...@gmail.com> 
>> wrote:
>>
>> Hi, 
>>
>> when using the email-ext plugin in a free-style Job I can select that 
>> mails are sent to Culprits and Developers. 
>> When using the plug-in in a pipeline script I don't know how to do this 
>> (the snippet generator doesn't offer to check this options.)
>>
>> --> How can I send mails also to Culprits and Developers using email-ext?
>>
>> Thanks!
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/92de0894-711d-42ee-9390-86dd520f435b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to