-
Bug
-
Resolution: Won't Do
-
Minor
-
None
I try to import my own shared library inside html.template file but for no success.
During my pipeline I store test and build results inside a Singleton and then I want to format them and send them via mail (using email-ext plugin)
My Problem is :
I can't access variables from outside the template:
@Library('my-lib@emails')_ => not working
import my.lib.JobData => not working
I need an option to access pipeline context from template groovy (${SCRIPT, template="html.template")
in order to format that data
[JENKINS-67547] Access job data (variables / shared libs) from email .template
Component/s | Original: emailext-template-plugin [ 18764 ] |
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |