Tagged Questions
In software engineering, continuous integration (CI) implements the continuous building and automated testing of the full software product on a frequent schedule. At least once a day, often several times a day and sometimes as often as after every check in to the version control system.
127
votes
9answers
20k views
How to choose between Hudson and Jenkins? [closed]
It took me an hour or so to work out Hudson has only branched recently (Jan/2011)
I have no idea how rapid the change of each branch is now, but more importantly, what is the direction each branch is ...
78
votes
6answers
5k views
Setting up a deployment / build / CI cycle for PHP projects
I am a lone developer most of my time, working on a number of big, mainly PHP-based projects. I want to professionalize and automate how changes to the code base are handled, and create a Continuous ...
75
votes
10answers
14k 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 ...
65
votes
8answers
9k views
How and why do I set up a C# build machine?
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 that this is ...
62
votes
9answers
11k 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 ...
57
votes
18answers
14k views
Continuous Integration for Ruby on Rails?
I've been searching around for a Continuous Integration solution for Ruby on Rails, but haven't been too pleased with the results. I came from a .NET shop that used CruiseControl.NET and was really ...
54
votes
31answers
4k 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? ...
50
votes
13answers
2k views
How do programmers work together on a project?
I've always programmed alone, I'm still a student so I never programmed with anyone else, I haven't even used a version control system before.
I'm working on a project now that requires knowledge of ...
44
votes
14answers
4k views
Why hasn't anybody started a hosted continuous integration service? [closed]
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 ...
43
votes
9answers
14k views
Hudson or Teamcity for continuous integration?
We are a Java shop looking for a CI tool to use.
Both Hudson and Teamcity seem to be free but Teamcity seems slicker and with more support.
I was wondering why one would still use Hudson and if ...
43
votes
7answers
10k views
Trac in a Scrum team : What are the best plugins / hacks? [closed]
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, ...
37
votes
2answers
3k views
.NET 4.0 build issues on CI server
Anybody manage to get .NET 4.0 applications compiling on a CI server without installing Visual Studio 2010 on a CI server?
No SDK exists for .NET 4.0. Have installed .NET 4.0 on CI Server. ...
37
votes
6answers
10k views
Continuous Integration for Xcode projects?
After using Hudson for continuous integration with a prior project, I want to set up a continuous integration server for the iPhone projects I'm working on now. After doing some research it looks like ...
35
votes
10answers
8k 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 ...
28
votes
6answers
18k views
How can I auto increment the C# assembly version via our CI platform (Hudson)?
Myself and my group are horrendous at incrementing assembly version numbers and we frequently ship assemblies with 1.0.0.0 versions. Obviously, this causes a lot of headaches.
We're getting a lot ...
28
votes
19answers
1k 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 ...
28
votes
7answers
20k views
What is the difference between Hudson and CruiseControl for Java projects?
I think the title sums it up. I just want to know why one or the other is better for continous integration builds of Java projects from Svn.
26
votes
13answers
1k views
What's the easiest, most practical way to toggle several lightbulbs with a PC?
This question is mainly electronics related, but it also has a programming aspect.
Some background on the problem
We have a traffic light on a wall in our office. When people come in to the office, ...
26
votes
6answers
4k views
Best Continuous Integration Setup for a solo developer (.NET)
I'm looking for a lightweight, easy to setup CI server that I can run on my laptop along with Visual Studio & Resharper. I'm obviously looking at all the big names like CruiseControl, TeamCity etc ...
25
votes
5answers
6k views
Bamboo Vs. Hudson(a.k.a. Jenkins) vs Any other CI systems
Anyone out there have experience with both Hudson and Bamboo? Any thoughts on the relative strengths and weaknesses of these products?
Okay, since folks keep mentioning other CI products I'll open ...
25
votes
6answers
2k views
Are DVCS like Git inappropriate for teams using continuous integration?
My team's development processes are based on continuous integration. The only branches we create are maintenance branches when we release, but otherwise developers are expected to commit regularly ...
23
votes
7answers
1k 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 ...
23
votes
3answers
5k views
MSBuild ItemGroup, excluding .svn directories and files within
How can I construct a MSBuild ItemGroup to exclude .svn directories and all files within (recursively). I've got:
<ItemGroup>
<LibraryFiles Include="$(LibrariesReleaseDir)\**\*.*" ...
22
votes
3answers
2k views
Help me improve my continuous deployment workflow
I've been developing a workflow for practicing a mostly automated continuous deployment cycle for a PHP project. I'd like some feedback on possible process or technical bottlenecks in this workflow, ...
22
votes
5answers
5k views
Running JavaScript unit tests headlessly in a Continuous Integration build
I have a webapp build plan running on a Continuous Integration system (Atlassian Bamboo 2.5). I need to incorporate QUnit-based JavaScript unit tests into the build plan so that on each build, the ...
22
votes
6answers
1k views
Continuous Integration for a small .NET open source project
I'm starting a small open source project, myself being the sole contributor for the time. Still, I think a continuous integration setup would be useful to detect whether I broke the build.
Is there a ...
21
votes
8answers
585 views
What’s the ROI of Continuous Integration?
Currently, our organization does not practice Continuous Integration.
In order for us to get an CI server up and running, I will need to produce a document demonstrating the return on the ...
21
votes
5answers
9k views
CI: Hudson with .Net vs CruiseControl.Net
I work for a .net shop looking to integrate a CI server. From what I've seen, Hudson seems to be the most popular choice. Considering we are a .net only shop, will Hudson present any hurdles that ...
21
votes
7answers
6k views
“Thorough”, tutorial on setting up Jetbrain's TeamCity CI server
Does anyone know where I can find a good tutorial to walk me through how to setup TeamCity CI server? I am new to unit testing and the agile philosophy of development so I could use some help getting ...
21
votes
6answers
7k views
Continuous Integration System for a Python Codebase
I'm starting work on a hobby project with a python codebase and would like to set up some form of continuous integration (i.e. running a battery of test-cases each time a check-in is made and sending ...
20
votes
6answers
1k views
Hosted Continuous Integration
I'm currently looking for a (cheapish!) hosted continuous integration service for my private projects and they seem a bit thin on the ground. Does anyone have any experience of using one?
20
votes
9answers
3k views
19
votes
8answers
6k views
sharing build artifacts between jobs in hudson
I'm trying to set up our build process in hudson.
Job 1 will be a super fast (hopefully) continuous integration build job that will be built frequently.
Job 2, will be responsible for running a ...
18
votes
3answers
550 views
Continuous Integration server for C++ - What about library dependencies?
I am currently researching a good setup for a continuous integration server which would build various C++ applications for several Linux distributions.
My primary question is how other users here ...
18
votes
6answers
11k views
Hudson, C++ and UnitTest++
Has anyone used Hudson as a Continuous-Integration server for a C++ project using UnitTest++ as a testing library?
How exactly did you set it up?
I know there have been several questions on ...
18
votes
7answers
8k views
MSBuild — Use the .csproj file or roll your own?
OK, so I readily concede that I'm a newbie when it comes to continuous integration.
That being said, I'm trying to set up a CC.NET environment to educate myself, but I'm having trouble finding the ...
18
votes
6answers
2k 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?
17
votes
3answers
773 views
PL/SQL pre-compile and Code Quality checks in an automated build environment?
We build software using Hudson and Maven. We have C#, java and last, but not least PL/SQL sources (sprocs, packages, DDL, crud)
For C# and Java we do unit tests and code analysis, but we don't really ...
17
votes
10answers
2k views
Continuous Integration System for Delphi
Are there any CI-Systems for Delphi like Hudson for Java?
Does Hudson has any Delphi integrations?
17
votes
7answers
3k views
Choosing between Hudson and CruiseControl for the long term
My purpose is to chose between CruiseControl and Hudson as continuous integration tool for java desktop application.
I have seen lots of reading comparing Hudson and CruiseControl.
In terms of ...
17
votes
5answers
2k 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 ...
17
votes
8answers
4k views
What continuous 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 ...
16
votes
2answers
4k views
buildbot vs hudson/jenkins for C++ continuous integration
I'm currently using jenkins/hudson for continuous integration a large mostly C++ project. We have separate projects for trunk and every branch. Also, there are some related projects for the Java ...
16
votes
5answers
247 views
Where should unit tests live?
I'm relatively new to unit testing, and I've discovered that while many sources say that you should write unit tests, few of them give any indication where to put them in your project.
The only ...
16
votes
8answers
475 views
Why should my development team have a build server?
We know this is good to have, but I find myself justifying it to my employer. Please pitch in on why a development team needs a build server.
16
votes
11answers
602 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.
...
16
votes
7answers
1k 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 ...
16
votes
5answers
6k views
Cruise Control .Net vs Team Foundation Build
Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that way but management ...
15
votes
3answers
309 views
How to enforce usage of the @Override annotation?
Is there a static analysis tool that can enforce usage of the @Override annotation consistently that can be run outside of an IDE? CheckStyle has a MissingOverride check but it only applies to methods ...
15
votes
1answer
1k views
Microsoft Code Contracts and CI build server
We are migrating to .NET 4 and very interested in implementing new Design By Contract capabilities.
As we know Code Contract engine requires installation of Code Contract addin
and VS Ultimate or ...