Re: Send file path as a link in email body after Jenkins Scripted pipe line run

2023-02-07 Thread Techno Park
Thanks for the replies. I have used HTML syntax and it worked:- Imp List However, I have one more question if I may. I need to grab a file name from the workspace. The first part of file is static and second part is dynamic. So, I need to find this file, get the full name and pass it in the

Re: Send file path as a link in email body after Jenkins Scripted pipe line run

2023-02-06 Thread Alex Earl
Also, you will need to use a file:// link, not just the path. Be aware though that unless everyone is running from the same C: drive mount, then your link won't work at all for people clicking on it from their account. On Mon, Feb 6, 2023 at 9:05 AM Ivan Fernandez Calvo wrote: > Two things here,

Re: Send file path as a link in email body after Jenkins Scripted pipe line run

2023-02-06 Thread Ivan Fernandez Calvo
Two things here, one the whole body must be and HTML page to be sent as HTML, and you need the email ext plugin installed, check the documentation of the plugin for more details https://plugins.jenkins.io/email-ext/ El lunes, 6 de febrero de 2023 a las 15:50:22 UTC+1, sunil.does...@gmail.com es