31
votes
28answers
2k views
Continuous Integration Servers
My company is considering changing continuous integration servers (I won't say which one we have now, so I won't skew your responses in anyway :) ) I wondering if anybody has any recommendations? …
29
votes
8answers
2k views
How and why do I set up a C# build machine?
Hi all,
I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the project, because I understand …
26
votes
10answers
4k views
CruiseControl [.Net] vs TeamCity for continuous integration?
i would like to ask you which automated build environment you consider better, based on practical experience. i'm planning to do some .Net and some Java development, so i would like to have a tool …
19
votes
8answers
930 views
Why hasn’t anybody started a hosted continuous integration service?
There's a dozen services that provide hosted version control, hosted ticket tracking, hosted project management, and combinations of all of the above, there's even hosted web-based IDEs. But nobody's …
16
votes
5answers
851 views
Best branching strategy when doing continuous integration?
What is the best branching strategy to use when you want to do continuous integration?
Release Branching - Unstable Trunk:
or
Feature Branching - Stable Trunk:
Does it make sense to use both of …
15
votes
19answers
759 views
What is the point of a “Build Server”?
I haven't worked for very large organizations and I've never worked for a company that had a "Build Server".
What is their purpose? Why aren't the developers building the project on their local …
15
votes
3answers
2k views
“Pretty” Continuous Integration for Python
This is a slightly.. vain question, but BuildBot's output isn't particularly nice to look at..
For example, compared to..
phpUnderControl
Hudson
CruiseControl.rb
..and others, BuildBot looks …
15
votes
6answers
3k views
Trac in a Scrum team : What are the best plugins / hacks ?
I want to setup a Trac server to support my developer team work along with Bitten as a Continuous Integration server.
We are using the Scrum development process.
What are the Trac's plugins, hacks, …
13
votes
11answers
408 views
Continuous Integration - How To Get Developers Bought-In To The Idea
I'm a freelance developer and have recently set up source control and automated builds (CI and nightly) for a software development team at a client which did not previously use these techniques.
…
13
votes
7answers
646 views
Is Continuous Integration important for a solo developer?
I've never used CI tools before, but from what I've read, I'm not sure it would provide any benefit to a solo developer that isn't writing code every day.
First - what benefits does CI provide to any …
12
votes
7answers
473 views
Is continuous integration worth it for small projects?
I've been pushing for continuous integration at my company since I joined 5 months ago, but having seen the type of applications we work on I'm starting to think that it might not be worth the effort …
12
votes
5answers
684 views
Possible to integrate Google AppEngine and Google Code for continuous integration?
Anyone have any thoughts on how/if it is possible to integrate Google Code commits to cause a Google AppEngine deployment of the most recent code?
I have a simple Google AppEngine project's source …
12
votes
6answers
729 views
What are some arguments against using Continuous Integration?
I can think of plenty of good reasons to using it; however, what are the downsides to it?
(Apart from buying another server)
What are some advantages to using a daily build instead of it?
12
votes
7answers
928 views
What continous integration tool is best for a C++ project?
Cruisecontrol and Hudson are two popular continuous integration systems. Although both systems are able to do the automated continuous builds nicely, it just seems a lot easier to create a batch or …
11
votes
10answers
851 views
Cruise Control .NET alternatives?
Any ideas as regards alternatives to Cruise Control .NET?
