-
New Feature
-
Resolution: Fixed
-
Major
-
None
Ahoy,
I'm creating a deployment build that's parameterized with a "Choice" pull down list. The goal is to deploy the war to the IP address specified by the build parameter. Currently the form fields do not resolve environment variables so the IP Address is never expanded to the selected value.
I've tested this with a Tomcat 7 deploy and eyeballed the code and I don't see any resolving for any of the Tomcat Deployment Containers.
I think this would be nice.
Thanks,
Brian
- links to
I would like to see this also, with variable expansion in the list of WAR/EAR files to be deployed such that it handles a list like 'foo.war, , baz.war' correctly (the list in the configuration being '$deploy_foo, $deploy_bar, $deploy_baz', and the user chose to leave the '$deploy_bar' variable empty to omit it from the deployment).