Re: Customization of Post-Build Email Notifications in Jenkins

2017-05-08 Thread Sébastien Hinderer
Hi, venkatesh guttal (2017/05/07 21:28 -0700): > Hi, > > Yes, that is correct we have to write some script to achieve customization. > Any one has faced similar requirement? Any idea what kind of script need > to be written( groovy or something else)? No, not yet, sorry. But I'd be interested

Re: Customization of Post-Build Email Notifications in Jenkins

2017-05-07 Thread venkatesh guttal
Hi, Yes, that is correct we have to write some script to achieve customization. Any one has faced similar requirement? Any idea what kind of script need to be written( groovy or something else)? On Friday, 5 May 2017 15:13:01 UTC+5:30, Sébastien Hinderer wrote: > > Dear venkatesh, > > See the

Re: Customization of Post-Build Email Notifications in Jenkins

2017-05-05 Thread Sébastien Hinderer
Dear venkatesh, See the email-ext plugin to send customized emails. You may have to write a bit of code to achieve your goal -- I don't know the details of what you will have to do -- but at least email-ext shoudl allow you to reach what you describe. hth, Sébastien. -- You received this messa

Customization of Post-Build Email Notifications in Jenkins

2017-05-05 Thread venkatesh guttal
Hi, I am building some part of code in jenkins, in console output it shows that number of build succeeded and failed at the end of the console log file. example given below. I want to copy paste only the below portion and send it across the email notification.* Any idea how it can be done?*