Get the Build.xml File in email notification using Jenkins

Hello Everyone,

Can we get the Build.xml file as an attachment in the received email notifications using from Jenkins ?

Actually I am receiving the email notifications which is having the Build.Log file which is exactly the same copy of Console Output but we want to see the list of failed component names. Please suggest where it can be seen once the job is failed.

Your reply will be really helpful.

If you wish to modify the contents of the mail sent from Jenkins, you will have to use the Email Extension plugin.
You can modify the contents and even add attachments with this plugin.

1 Like