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

242
votes
9answers
72k 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 ...
91
votes
9answers
15k 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 ...
63
votes
10answers
25k views

Hudson or Teamcity for continuous integration? [closed]

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 ...
54
votes
8answers
36k 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 ...
51
votes
8answers
34k 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.
51
votes
3answers
25k 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 ...
50
votes
4answers
22k views

Authenticate Jenkins CI for Github 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 ...
50
votes
3answers
15k views

Hudson vs Jenkins in 2012 [closed]

In 2011 situation with Hudson and Jenkins was following(IMHO) - Hudson was a little bit stable, but development of Jenkins was a little bit faster. What is the situation with "Hudson vs Jenkins" now ...
47
votes
6answers
21k views

Bamboo Vs. Hudson(a.k.a. Jenkins) vs Any other CI systems [closed]

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 ...
39
votes
4answers
7k 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 ...
36
votes
5answers
12k 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 ...
36
votes
9answers
10k 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 now ;) ) or bamboo. But I can't find any websites who are proposing that kind of service, except Jira Studio. Do ...
31
votes
2answers
12k 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 ...
31
votes
3answers
11k views

Workflow for GitHub-based code review [closed]

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. ...
30
votes
3answers
21k views

Error - trustAnchors parameter must be non-empty

I'm trying to configure my e-mail on Jenkins/Hudson and I constantly receive the error java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty I've seen a ...
30
votes
4answers
3k 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, ...
25
votes
3answers
8k 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: ...
25
votes
6answers
5k views

Code Coverage Tools for Scala [closed]

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 ...
25
votes
5answers
12k views

CI: Hudson with .Net vs CruiseControl.Net [closed]

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 ...
25
votes
8answers
10k 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 ...
23
votes
7answers
23k views

jenkins / hudson environment variables

I am running jenkins from user jenkins thats has $PATH set to something and when I go into jenkins web interface, in the System Properties window (http://$host/systemInfo) I see a different $PATH. I ...
23
votes
3answers
12k 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 ...
22
votes
5answers
2k 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 ...
21
votes
6answers
15k 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 ...
20
votes
2answers
19k views

Archive the artifacts in hudson / jenkins

Hi i am new to the world of continuous integration. could someone please explain to me the idea of artifacts in the build process ? i have the workspace directory where i check out the code to, ...
19
votes
2answers
4k 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 ...
19
votes
12answers
12k 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 ...
18
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 ...
18
votes
5answers
9k 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 ...
18
votes
4answers
10k 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 ...
17
votes
3answers
6k views

How do you run NUnit tests from Jenkins?

I'm looking to run automated NUnit tests for a C# application, nightly and on each commit to svn. Is this something that Jenkins-CI can do? Is there an online tutorial or how-to document which ...
17
votes
2answers
20k views

Experience with Hudson - Building matrix project

Did anyone try that feature and has some feedback? Or Does anyone know some useful samples to look up?
15
votes
4answers
4k views

Hudson/Jenkins source code metrics?

Are there any useful plugins for source code metrics for Hudson/Jenkins? I'm looking for total lines of code, total number of tests, classes, etc. with graphing. Does anything like this exist?
14
votes
9answers
13k 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 ...
14
votes
2answers
5k views

GitHub, Gerrit, Hudson(Jenkins) workflow

I'm just getting started using GitHub, Gerrit, and Hudson(Jenkins) together. And I need some thoughts on workflow. We'd like to use GitHub as our main remote repo. We'd like to use Gerrit primarily ...
14
votes
3answers
2k views

CodeSign collisions between Developer and Enterprise Distribution

My company uses one build machine (a Mac Mini) as a CI node to build our iOS app. We currently build an Ad-Hoc and an App Store config on the mini. We've recently enrolled in the Enterprise Program ...
14
votes
2answers
1k views

Make Android jenkins build fail if tests fail

I have seen several post regarding making a build in Jenkins fail if the unit test execution fail (e.g. this one). It turns out that by default Jenkins reports builds with failing tests as unstable ...
13
votes
7answers
5k views

Is there a way to keep Hudson / Jenkins configuration files in source control?

I am new to Hudson / Jenkins and was wondering if there is a way to check in Hudson's configuration files to source control. Ideally I want to be able to click some button in the UI that says 'save ...
13
votes
4answers
7k 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 ...
13
votes
4answers
3k views

Play framework 2.0 continuos integration setup

I am looking for ideas for a Play 2.0 continuos integration setup. It would contain typical jobs like build after a git push, nightly builds with deployment to a test Heroku instance etc. Also code ...
13
votes
4answers
5k views

parameter for xcodebuild for using latest sdk.

I using ant exec task to execute xcodebuild to build some iOS projects hudson. I would like to be able to crate script that way that allows not to specify sdk version, because after updating sdk on ...
13
votes
4answers
9k views

How to integrate soapUI with jenkins / hudson?

Anyone know a good way to add soapUI tests to my CI builds ?
13
votes
5answers
8k 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 ...
13
votes
3answers
7k views

Restarting Hudson on Windows

I've been having an issue with Hudson on windows. Whenever I update Hudson or a plugin I get the option to restart when no jobs are running. If I click this button Hudson hangs and doesn't restart. ...
12
votes
8answers
6k views

Missing certificates and keys in the keychain while using Jenkins/Hudson as Continuous Integration for iOS and Mac development

I'm trying to improve Hudson CI for iOS and start Hudson as soon as system starts up. To do this I'm using the following launchd script: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ...
12
votes
4answers
9k views

jenkins/hudson cant connect to github repo

i am on Ec2 with the base amazon ami linux- i have installed jenkins but when i go to pull the repo from github i am given the following error Building in workspace /var/lib/jenkins/workspace/build ...
12
votes
4answers
8k views

How do I trigger another job from hudson as a pre-build step?

How do I trigger another job from hudson as a pre-build step?
12
votes
3answers
14k 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 ...
12
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 ...
12
votes
3answers
2k 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 ...

1 2 3 4 5 44