groovy - Multiple emails from Jenkins -


i have jenkins job generates variable number , types of reports each time runs. depending on type of report generated (i can figure out filename), have send specific email addresses.

i able working combinations using "editable email notification" , "pre-send script".

but, since these combinations on 50 in number, not want create separate "editable email notification" sections each of these. there easy way code using "pre-send script" or plain "groovy postbuild" send multiple emails?


Comments