1

What is better tool for agile projects with respect to continuous deployment - Go from ThoughtWorks or TeamCity from JetBrains?

Petr Kozelek
  • 1,126
  • 8
  • 14

1 Answers1

3

Petr,

I think Go has more of a formal idea of a deployment pipeline attached to a build. In that, they're conceptually like my employer's tool AnthillPro than TeamCity where a deployment is modelled as a different build type. If you wanted to separate your build and deployment processes into separate tools, Daniel's company (nolio) has a deploy only tool, so do we, (uDeploy) http://www.UrbanCode.com.

Cheers,

Eric

EricMinick
  • 1,487
  • 11
  • 12