Simple Build Tool (Scala)
The Simple Build Tool (Scala) build runner natively supports SBT builds: you can build your code, run tests and see the results in a handy way in TeamCity. The supported SBT version 0.13.+.
The runner, formerly provided as SBT Runner Plugin, is bundled since TeamCity 9.1.
SBT runner settings
SBT parameters
| Option | Description |
|---|---|
| SBT commands | Commands to execute, for example, |
| SBT installation mode | When the default |
| SBT home path | Available if |
| Working directory | Optional. Specify the Build Working Directory if it differs from the Build Checkout Directory. |
Java Parameters
| Option | Description |
|---|---|
| JDK | When |
| JDK home path | Available if |
| JVM command line parameters | Specify the desired Java Virtual Machine parameters, such as maximum heap size or parameters that enable remote debugging. These settings are passed to the JVM used to run your build. -Xmx512m -Xms256m
|