Tagged Questions

Hudson is an extensible continuous integration server written in Java and capable of running on Linux, OS X and Windows.

learn more… | top users | synonyms

127
votes
9answers
21k 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 ...
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 ...
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 ...
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
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.
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 ...
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, ...
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 ...
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
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 ...
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 ...
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 ...
15
votes
5answers
3k views

Code Coverage Tools for Scala

What are the available code coverage tools for Scala? I have Scala spec tests and a Hudson continuous integration set-up. Is there something I can hook-in to this setup to measure and track code ...
14
votes
1answer
4k views

JUnit XML Format Specification that Hudson supports

I have Hudson as continuous integration server and I want to use option 'Publish JUnit test result report'. But I don't use xUnit tools for testing, instead of that i have shell scripts which run ...
14
votes
6answers
2k views

Do you know any hosted CI server?

I'm looking for a hosted CI/build server such as hudson (or should I call it jenkins know ;) ) or bamboo. But I can't find any websites who are proposing that kind of service, except Jira Studio. Do ...
14
votes
2answers
3k views

Workflow for GitHub-based code review

I'm considering using GitHub as our primary tool for doing code review. With features like in-line commenting and compare view, it seems to have a lot of features that tools like Gerrit have on offer. ...
14
votes
2answers
15k views

Experience with Hudson - Building matrix project

Anyone tried that feature and has some feedback? Or anyone know some useful samples to lookup ?
13
votes
3answers
1k views

Handling multiple branches in continous integration

I've been dealing with the problem of scaling CI at my company and at the same time trying to figure out which approach to take when it comes to CI and multiple branches. There is a similar question ...
13
votes
2answers
3k views

Authenticate Jenkins CI for Github's private repository

I'd like for Jenkins to automagically fetch data from my private repository hosted on Github. But I have no idea how to accomplish that task.. Tried the documentation, generating ssh-key for jenkins ...
13
votes
3answers
3k views

How to uninstall a plugin from Jenkins (Hudson)?

I have a few plugins in my Jenkins installation which I no longer need. I've already disabled the plugins (and my build still work), and I'd like to remove the plugins completely. What is the right ...
13
votes
9answers
12k views

How might I integrate phpunit with Hudson CI?

We are looking at switching from phpundercontrol to Hudson (it looks to have some really cool features!) but I can't figure out how to get phpunit logs to show up. I have phpunit running fine in ...
12
votes
3answers
1k views

Is Tomcat 6 ready for continuous integration or how to get it work?

I'm looking for a hint how to make tomcat CI ready or an servlet container / application container which stand often redeploys like they happen when using hudson ci. I experienced that Tomcat 6 does ...
12
votes
8answers
7k views

“Forked Java VM exited abnormally” error from junit tests

I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node with Java 1.5. The test was ...
12
votes
3answers
836 views

Are there any free hosters of continuous integration servers?

I have just started up a simple open source project and hosted it on google but I would love it if there was a free CI server I could create a job on to monitor my source. I've had a little search ...
12
votes
5answers
7k views

Integrating Hudson with MS Test?

Is it possible to integrate Hudson with MS Test? I am setting up a smaller CI server on my development machine with Hudson right now, just so that I can have some statistics (ie. FxCop and compiler ...
11
votes
4answers
4k views

hudson build successful with unit test failures

this is related to another question I asked about trying to fail hudson on a single unit test failure. when I run maven on my build standalone, it fails due to unit test errors (running mvn clean ...
10
votes
4answers
3k views

How to setup Authorization Hudson /Jenkins to clone your mercurial repository

After installing and playing around with mercurial , I am trying to get Hudson to clone the repository so it can build my project. At the moment the following task works. I Can sync to my external ...
10
votes
5answers
3k views

Using Hudson and build steps with multiple git repositories

I'm trying out Hudson to replace our current Buildbot setup. I installed the git plugin. Our current setup is like: ssh://server:/repo/test_framework.git ssh://server:/repo/project_a.git Now, to ...
10
votes
4answers
7k views

How can I configure Hudson to send an email for EVERY build, not just those that change the project's status?

I've recently migrated my CI server from an old version of CruiseControl to Hudson. The only feature I miss from CruiseControl is the ability to receive email build notices of EVERY build, not just ...
10
votes
6answers
2k views

Continuous Integration: keeping the test DB schema up-to-date

I'm setting up a continuous integration server (Hudson) to build a Java project and run the relevant unit/integration tests. Most of these tests access a database and the test data is kept in a DbUnit ...
9
votes
2answers
288 views

Jenkins “I'll fix the build” plugin

does anybody knows if there is a Jenkins /Hudson plugin that when the build is broken it allows you to set some status (like I'll fix it! ) so that other people in the team know that Somebody is ...
9
votes
2answers
1k views

Running Hudson on EC2

I am planning to install Hudson on Amazon EC2 using Ubuntu image. The code I am going to test does not have a big memory overhead - I will be executing mainly python unit tests. Which EC2 instance ...
9
votes
3answers
836 views

Which part of HUDSON_HOME should I put under source control?

I'd like to manage Hudson's configuration files with subversion for backup. The Hudson Wiki lists the directory structure of $HUDSON_HOME like so: HUDSON_HOME +- config.xml (hudson root ...
9
votes
6answers
5k views

Java code coverage in Hudson

I'm migrating a couple of projects from an ant build to a maven one. The build server is , and will remain, Hudson. I've been having trouble recording code coverage in hudson with cobertura due to ...
9
votes
4answers
6k views

Maven release via Hudson

I'm setting up Hudson to use the batch-task plugin to do maven releases to our internal repository. I'm doing it via: mvn --batch-mode release:prepare mvn --batch-mode release:perform I'm ...
9
votes
4answers
4k views

Problems with “Aggregate downstream test results” in Hudson

My Hudson projects don't seem to properly aggregate downstream test results and I'm wondering if I've missed a configuration step somewhere. I have two projects, Foo and Foo-Tests, both of which are ...
8
votes
4answers
337 views

Enforcing one build for one commit in Jenkins/Hudson

We use Jenkins for doing incremental builds of our project on each commit to the SCM. We would like to get separate builds for every single commit. However, the naive approach (setup SCM and use ...
8
votes
3answers
2k views

hudson+git FATAL: Could not apply tag

I'm trying to set up hudson with git according to this article, but I still get git errors during build: FATAL: Could not apply tag-PROJECTNAME-ID ... Caused by: hudson.plugins.git.GitException: ...
8
votes
3answers
652 views

Version Control for Hudson Continuous Integration Build Jobs

We have a continuous integration server with over 40 jobs that are constantly changing. I would like to version control continuous integration build jobs in Hudson so we can roll back changes if we ...
8
votes
3answers
7k views

How to configure Hudson and git plugin with an SSH key

I've got Hudson (continuous integration system) with the git plugin running on a Tomcat Windows Service. msysgit is installed and the msysgit bin dir is in the path. PuTTY/Pageant/plink are installed ...
8
votes
1answer
285 views

Hudson Too Many E-Mails

When I build my maven project in Hudson, Hudson sends out two e-mails for each failure - one for the project failure, and one for the module that broke. Is there any way to stop this, so I only get ...
8
votes
6answers
3k views

Using Hudson to build RPM packages

I've a C project set up in Hudson doing nighly builds, i've also an .rpm spec file used for creating rpms from these sources. Does anyone have any experience on how to build rpms out of all this ...
8
votes
4answers
3k views

How to use hudson when building for multiple platforms

Right now we are building a number of C++ apps for Win32 platform. We will be soon porting to Linux and then maybe more (32 and 64 bits for both). What is the standard practice , do you use ...
8
votes
8answers
1k views

Any experience with a Continuous Integration Appliance?

We have a continuous integration server running Hudson CI. I'm thinking about putting up an LCD display in the office with various build stats and am curious what others have put together. I'm ...
8
votes
3answers
3k views

Best way to automatically check out and compile Eclipse projects with Ant in Hudson or another CI tool?

We have several products which have a lot of shared code and which must be maintained several versions back. To handle this we use a lot of Eclipse projects, some contain library jars, and some ...
8
votes
7answers
3k views

Creating a virtual machine image as a continuous integration artifact?

I'm currently working on a server-side product which is a bit complex to deploy on a new server, which makes it an ideal candidate for testing out in a VM. We are already using Hudson as our CI ...
7
votes
2answers
1k views

Sending Subversion Change Log Info Via Hudson

I'm trying to integrate Hudson into our development process, and everything is going smooth except for one thing. I had been using Phing to do deployments, and one of the things that was being ...
7
votes
7answers
3k views

What is the best CI server for Ruby on Rails Web Applications?

I want to use a CI (Continuous Integration) Server for my Ruby on Rails Application. If the application were in Java, I should use Hudson CI Server. What is the best solution in Ruby on Rails?
7
votes
7answers
2k views

Is there (an automated) way to backup Hudson CI files?

Here at my company we have three Hudson CI servers with 100+ jobs configured. We are looking for an automated way to periodically backup job configurations and build history. Currently we have an ...
6
votes
2answers
171 views

Integration-Manager Git Workflow using Jenkins/Hudson

I'm trying to implement a modified Integration-Manager workflow similar to what's described in ProGit. Instead of an integration manager performing the merges, I want developers to merge locally ...

1 2 3 4 5 32