Re: emailext using groovy-html.template with environment variables issue

2019-08-10 Thread amit r
*Hi Reinhold, * *thank you for your help!* *pls see inline* בתאריך יום חמישי, 8 באוגוסט 2019 בשעה 07:45:34 UTC+3, מאת Reinhold Füreder: > Hi Amit, > > > > (a) in your code/screenshot example the problem: > > *to**: **'${GERRIT_CHANGE_OWNER_EMAIL}'**,* > > *[…]* > > *in the to: section i want t

RE: emailext using groovy-html.template with environment variables issue

2019-08-07 Thread Reinhold Füreder
Hi Amit, (a) in your code/screenshot example the problem: to: '${GERRIT_CHANGE_OWNER_EMAIL}', […] in the to: section i want to use the env variable "GERRIT_CHANGE_OWNER_EMAIL" but it not passing the value ( i tried also with env.GERRIT_CHANGE_OWNER_EMAIL and also /${env.GERRIT_CHANGE_OWNER_EMA

emailext using groovy-html.template with environment variables issue

2019-08-07 Thread amit r
Hi All, i'm using jenkinsFile and for lone time using also the emailext plugin with some default params that were ok for now.. now i reached to some issues that i want to use in my groovy html template variables that were used in my jenkinsFile - for example env variables. its not clear to me