Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tools do you use for Automated Builds / Automated Deployments? Why? [closed]

What tools do you use for Automated Builds / Automated Deployments? Why?

What tools do you recommend?

like image 492
ferventcoder Avatar asked Sep 19 '08 04:09

ferventcoder


2 Answers

Hudson for automated builds. I chose it because it was the easiest to setup and demo. A system that's too complex and isn't slick-looking won't impress management enough to get them on-board for automated builds. Especially in a project that has a lot of inertia.

like image 127
3 revs Avatar answered Oct 18 '22 06:10

3 revs


NAnt for builds (but MSBuild, Rake, almost anything would be fine) and CruiseControl.NET for deployments. I'm currently working with the new Cruise from ThoughtWorks studios as it provides a better way to stage the various pipelines and let's me deploy any version I want to a target environment.

like image 5
Bil Simser Avatar answered Oct 18 '22 04:10

Bil Simser