...
Option | Description | ||
---|---|---|---|
Path to a Rakefile file | Enter Rakefile path if you don't want to use a default one. Specified path should be relative to the build checkout directory. | ||
Rakefile content | Type in the Rakefile content instead of using existing Rakefile. The new Rakefile will created dynamically from the specified content before running Rake. | ||
Working directory | Optional. Specify if differs from the build checkout directory. | ||
Rake tasks | Enter tasks names separated by space character if you don't want to use ' | ||
Additional Rake command line parameters | Specified parameters will be added to '
|
...
Option | Description | ||
---|---|---|---|
Use default Ruby | Use Ruby interpreter settings defined in Ruby environment configurator build feature settings or interpreter will be searched in the | ||
Ruby interpreter path | Path to Ruby interpreter. Path cannot be empty. In this field you can use values of environment and system variables. For example:
| ||
RVM interpreter | Specify here the RVM interpreter name and optionally a gemset configured on a build agent. |
...
Option | Description |
---|---|
system.teamcity.rake.runner.gem.rake.version | Allows to specify which rake gem to use for launching rake build. |
system.teamcity.rake.runner.gem.testunit.version | If your application doesn't use latest installed (in Ruby sdk) test-unit gem version please specify it here. Otherwise Test::Unit test reporter may try to load incorrect gem version and affect runtime behavior. If test-unit gem is installed but you application uses Test::Unit bundled in Ruby 1.8.x SDK please set version value to 'built-in'. |
system.teamcity.rake.runner.gem.bundler.version | Launches bundler emulation for specified bundler gem version (the gem should be already installed on an agent. |
system.teamcity.rake.runner.custom.gemfile | Customizes Gemfile if it isn't located in checkout directory root. |
system.teamcity.rake.runner.custom.bundle.path | Sets BUNDLE_PATH if TeamCity doesn't fetch it correctly from Gemfile_<Gemfile containing _directorydirectory>/.bundle/config. |
Development Links
Rake support is implemented as an open-source plugin. For development links refer to the plugin's page.
...