I tried the following:
(1) define a global variable in Jenkins - Manage Jenkins - Configure 
system, and refer to it with ${mail_list} => the variable was not resolved
(2) define properties in a local properties file, and access them from the 
EnvInject plugin => the variable is again unresolved
According 
to 
http://stackoverflow.com/questions/21224481/how-to-set-environment-variable-so-that-it-can-be-used-in-jenkins
 
we have to reference the variable with "$email_list"
=> none of "$email_list",$email_list and ${email_list} seem to work for me
(3) I had a brief look at extended mail plugin documentation, and they 
don't talk about using a variable for the recipient either ...  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/635b3da2-a249-473a-a716-cc21abaff68b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to