| This would be a good addition to the plugin. I use the same AMI ID, but I create different nodes with different labels, to be able to set different box sizes for different jobs matching those labels. For example, the same AMI ID is used, to create two t3.medium with "java" label to build Java apps, and two t3.small to build node apps with "node" label. I would like to be able to set different environment variables for them, but they are the same AMI, which makes this hard. If we could set different Node environment variables, already supported by Jenkins, but not supported by this plugin that would solve this issue nicely. |