Using this build runner, you can run any script supported by the OS.
In this section:
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 | The option is available if "Executable with parameters" is selected in the Run dropdown. Specify the executable file of the build runner | |
Command parameters | The option is available if "Executable with parameters" is selected in the Run dropdown. Specify parameters as a space-separated list. | |
Format stderr output as: (Since TeamCity 2017.2) | Specify how the error output is handled by the runner:
| |
Custom script | A platform-specific script which will be executed as a *.cmd file on Windows or as an executable script in Unix-like environments. The option is available if "Custom script" is selected in the Run dropdown.
|
To learn about configuring code coverage options, refer to the Configuring Java Code Coverage page.
See also:
Concepts: Build Runner | Build Checkout Directory | Build Working Directory |