I tried to trigger an email after build and I found hard to display the build details via my jelly script. I am getting error as "Could not parse jelly script:null"
I am getting these issue when I customize this html [ ${JELLY_SCRIPT,template="html"} ] template and run that via server (jenkins_home/email-templates/*.jelly ).
And I want to get Build Duration, Build Timestamp - Could you let me know how can I achieve this ?
In addition , is there any variable defined to get Build status, build artifacts, junit test results ? e.g Like as we use JOB_NAME for getting the project name.
Thanks Ashok