-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
When you select the build parameters in the project configuration page, you get things like String, Boolean, Node, Label, etc. It would be useful to have an option for selecting one of the configured remote trigger hosts, so we don't have to duplicate references to these. For example, if you wanted to reference the remote machine from a script, you might want the remote trigger host to be stored in an environment variable:
REMOTE_TRIGGER_HOST="http://some-jenkins-server:8080/"
The only way to do this, is to duplicate the server name and define it as a String parameter.
@Craig Phillips - We're stuck on this too. From reading your description I wasn't sure if you've identified a workaround or not? Would be v grateful if you could confirm. Many thanks!