-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
We are using Jenkins 2.121.3 and Amazon ec2-plugin 1.40.1.
Have been trying to pass Jenkins parameters into the init script section of the EC2 config screen using standard Jenkins formatting e.g. ${JENKINS_ATT} but these do not seem to get resolved by the plugin.
Is that an issue or just something that cannot be done?
It is by design, the Script is executed before the connection of the Jenkins Agent.
For now is a low priority, due to the number of bugs and pending PR, but you can provide a PR if you want.