2

Buildix is a complete development server (by ThoughtWorks) for Continuous Integration

I'm looking for a pre-configured server with Maven, Subversion, Sonar, Nexus...

Benoît Guérout
  • 1,977
  • 3
  • 21
  • 30

2 Answers2

4

I just happened to read about SecureCI yesterday on The Build Doctor blog. Seems like just what you're asking for.

Jeffrey Fredrick
  • 4,493
  • 1
  • 25
  • 21
1

TeamCity is one of the best CI tools around, IMHO.

Philippe Leybaert
  • 168,566
  • 31
  • 210
  • 223
  • Thanks, correct me if i'm wrong but AFAIK TeamCity is a Build Management app (as Hudson or CruiseControl). Buildix is more a 'stack' including Maven, Subversion ... – Benoît Guérout Sep 09 '09 at 11:28
  • @Benoit you are right, TeamCity is a continuous integration and build management system that integrates with build tools such as Ant, Maven2, MSBuild, NAnt, Rake, Command Line runner. It is not a build tool itself – Rich Seller Sep 09 '09 at 12:15