Reputation: 20966
Is it possible to provide custom parameters for TC remote run?
For example I have a 'deploy' build configuration and each developer would like to deploy to his own 'host'.
I can easily make 'host' build parameter and user will be prompted to populate the value on 'Run' button click.
Is it feasible for remote run to use different 'host' parameter for each user?
Edit:
I'm using Eclipse with TC plugin. There is no context menu on Remote Run window on right click.
Upvotes: 1
Views: 646
Reputation: 5418
Yes. If you are using the Visual Studio plugin to push out remote builds you can right click on a build configuration and select 'Customize build'. This will show a dialog with parameter name/value pairs where the value is editable.
Upvotes: 2
Reputation: 32936
I think you can make a template from the build and not specify the 'host' build parameter in the template and then create a build for each dev with specific value for the dev specific 'host'.
Upvotes: 1