Re: Jenkins Plugin for custom email notification

2020-07-20 Thread 'christop...@googlemail.com' via Jenkins Users
Hi, With emailext I know about two options: you can make use of a template and add what you want from the template directly to the mail body. Aditionally there's that 'attachLog'-option that attaches the complete log to the mail. Regards, Christoph fcenedese schrieb am Montag, 20. Juli 2020 um

Re: Jenkins Plugin for custom email notification

2020-07-19 Thread Fabian Cenedese
At 15:42 18.07.2020, Slide wrote: >There are two email plugins available for Jenkins, Mailer >(https://plugins.jenkins.io/mailer/) and >the Extended Email Plugin >(https://plugins.jenkins.io/email-ext/). > You can look a

Re: Jenkins Plugin for custom email notification

2020-07-18 Thread Slide
There are two email plugins available for Jenkins, Mailer ( https://plugins.jenkins.io/mailer/) and the Extended Email Plugin ( https://plugins.jenkins.io/email-ext/). You can look at those two and see if one meets your needs. Regards, Alex On Sat, Jul 18, 2020 at 12:22 AM DHAVAL JAISWAL wrote:

Re: Jenkins Plugin for custom email notification

2020-07-18 Thread DHAVAL JAISWAL
If anyone helps with the raised query. Any customize solution if someone suggests. On Fri, Jul 17, 2020 at 12:37 PM tamilarasan kulasekaran < tamilarasan.k...@gmail.com> wrote: > Hi,We are using Jenkins for CI to build the app. I have a requirement in > Jenkins i.e., whenever my build fails, I wa

Jenkins Plugin for custom email notification

2020-07-17 Thread tamilarasan kulasekaran
Hi,We are using Jenkins for CI to build the app. I have a requirement in Jenkins i.e., whenever my build fails, I want to capture the error message logline and add it to the email body to send to the developers' (users who commit the latest code)email id. We use the poll SCM plugin to trigger the b