Setup Rails Build

Hey folks,

I'm trying to evaluate TeamCity for use in my organization, but am having absolutely no luck in getting a simple build setup going.  My build steps result in incompatible build agents, each time.  I can't even add a command line step to execute a rudimentary command.  Does someone have a link to a successful TeamCity 10 with RVM build example?

0
1 comment

Hi Robert,

We do have some docs on setting up a build with RVM: https://confluence.jetbrains.com/display/TCD10/Ruby+Environment+Configurator This is a build feature to configure RVM. You add it by editing the build configuration, build features section.
The incompatible agent message means that you are using some parameter or have setup a requirement that the agent's process doesn't fulfill. It should be clearly displayed if you go to the agent requirements page and check your build agent.

If you use rake, we also have the runner for it: https://confluence.jetbrains.com/display/TCD10/Rake

Just keep in mind that there might be some issues: http://stackoverflow.com/questions/28412249/how-do-i-configure-the-rvm-interpreter-in-teamcity-automated-build-tool

If you have any specific error message, we might be able to help with it if you send us what it is.

0

Please sign in to leave a comment.