add docs about default shell to execute_command call

This commit is contained in:
Megan Marsh 2018-10-09 13:34:26 -07:00
parent f494d87dc5
commit a564b6c62a
1 changed files with 6 additions and 1 deletions

View File

@ -105,6 +105,11 @@ Optional parameters:
manually configured by setting the values for `remote_path` and manually configured by setting the values for `remote_path` and
`remote_env_var_path` respectively. `remote_env_var_path` respectively.
If you use the SSH communicator and have changed your default shell, you
may need to modify your `execute_command` to make sure that the command is
valid and properly escaped; the default assumes that you have not changed
the default shell away from cmd.
- `elevated_user` and `elevated_password` (string) - If specified, the - `elevated_user` and `elevated_password` (string) - If specified, the
PowerShell script will be run with elevated privileges using the given PowerShell script will be run with elevated privileges using the given
Windows user. If you are running a build on AWS, Azure or Google Compute and would like to run using Windows user. If you are running a build on AWS, Azure or Google Compute and would like to run using