I'm trying to pass an ami_id as an environment variable with:

AmiId=${AMI_ID}

in the parameters field of the plugin.

When I look at the resulting stack, the plugin seems to be passing 
literally '${AMI_ID}' as the parameter value instead of ami-0283893 or 
whatever.

The documentation says it's supposed to parse environment variables.  Is 
there some trick to getting this to work, or is this a bug? If I run aws 
cloud-formation as a shell script with the environment variable, it seems 
to work fine.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3e358dc6-492a-4808-987c-dc9fa7c03e7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to