Command Line
With this build runner you can run any script supported by OS.
Command Line Runner Settings
General Settings
Option | Description |
---|---|
Working directory | Specify the Build working directory, if it differs from the Build Checkout Directory. |
Run | Select whether you want to run an executable with parameters, or custom shell/batch scripts. |
Command executable | Specify the executable file of the build runner. Option is available if "Executable with parameters" is selected in Run dropdown. |
Command parameters | Specify parameters as a space-separated list. Option is available if "Executable with parameters" is selected in Run dropdown. |
Custom script | Platform specific script which will be executed as *.cmd file on Windows or as an executable script in Unix-like environments. Option is available if "Custom script" is selected in Run dropdown. |