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