So I have a situation here.
I have to run a Python script to get some output - for example the image-id of my machine.
I want this output to be sent as part of the email that jenkins sends after the build has been over.
I already have a groovy script which does other activities like- collecting information from Robot output files - output.xml , report.html and log.html and send out the info in the email. I am using email-ext plugin and robot framework for automation.
Is it possible to run - "Pre-send Script" and send the output under "Default Content" in "Eidtable email notification" ?
Thanks in advance.