How to set different email addresses for different jobs ? any groovy script is required ? please help me on same ?
On Tue, Aug 27, 2019 at 11:18 AM sravan <[email protected]> wrote: > Job results of the three jobs in one email. Rather than it sending 3 > different emails > > On Monday, August 26, 2019 at 10:44:12 PM UTC-7, Arnaud wrote: >> >> What do you expect in your consolidated email? >> If job A calsl job B which calls job C, you can add email part parameter >> in job B and C. >> If job C knows that job A and B run before, it could fetch information >> from previous job's artefacts on simply gets jobs result. >> >> >> Le lun. 26 août 2019 à 19:03, sravan <[email protected]> a écrit : >> >>> Hi, >>> Could Someone help me with that his please >>> >>> On Friday, August 23, 2019 at 3:25:38 PM UTC-7, sravan wrote: >>>> >>>> Hi Guys, >>>> I have 3 jobs which are running as pipeline >>>> >>>> Job A >>>> Downstream job is >>>> Job B >>>> Downstream job is >>>> Job c >>>> >>>> Currently it send 3 different emails for 3 different jobs >>>> >>>> How can I get one email with all the job results >>>> >>>> Any help is appreciated >>>> >>>> Thanks, >>>> Sravan >>>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/35a1b65e-f676-4723-a0b4-4dd6af66abc2%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/35a1b65e-f676-4723-a0b4-4dd6af66abc2%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/0687d217-3207-4ace-b78c-e4d012b98a44%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/0687d217-3207-4ace-b78c-e4d012b98a44%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAOCfY-Q4TbxM3gq0x2amrGU3o3R5p8VRLCU2Mqg%3D2x5zKKDKzQ%40mail.gmail.com.
