Questions tagged [hudson]

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

In early 2011, Hudson was forked into the Hudson and Jenkins projects after a trademark dispute with Oracle.
Hudson remains an open source project, now governed by the Eclipse Foundation, with Oracle being the primary contributor.

The majority of Hudson users, core and plugins developers switched to Jenkins (tag: ).

Hudson has a wide variety of plugins that integrate external tools and source control systems, provide build reports and analytics, and customize build behaviours.

It is common to configure a Hudson installation to run build slaves on several machines in order to build on different platforms, or to provide load balancing.

2658 questions
65
votes
4 answers

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?
sorin
  • 161,544
  • 178
  • 535
  • 806
65
votes
5 answers

How do I 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 process for completely removing a Jenkins (Hudson)…
Jim Hurne
  • 7,187
  • 4
  • 44
  • 44
62
votes
1 answer

How to automatically destroy django test database

I'm currently trying to automate Django tests using Hudson CI, and am struggling to find an option that will automatically destroy the test database if it already exists (typically it will ask for confirmation to destroy it, which the automatic…
Ric W
  • 2,232
  • 2
  • 18
  • 12
61
votes
4 answers

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 hudson slave or my iOS projects all my projects…
Maciek Sawicki
  • 6,717
  • 9
  • 34
  • 48
60
votes
5 answers

How to run a script as root in Jenkins?

I need to run a shell script in Jenkins as root instead of the default user. What do I need to change? My sudoers file is like this: # User privilege specification root ALL=(ALL) ALL igx ALL=(ALL) ALL %wheel ALL=(ALL) ALL # Allow members of…
Mahesh
  • 705
  • 3
  • 8
  • 17
59
votes
14 answers

Why is Jenkins suddenly unable to delete a workspace

We have a Jenkins server which has successfully built our code over 200 times - until a couple of days ago. We are now getting an error to indicate that Jenkins was unable to delete the workspace (full message to follow with identifying elements…
MarkA
  • 1,132
  • 1
  • 11
  • 21
58
votes
9 answers

How to solve jenkins 'Disk space is too low' issue?

I have deployed Jenkins in my CentOS machine, Jenkins was working well for 3 days, but yesterday there was a Disk space is too low. Only 1.019GB left. problem. How can I solve this problem, it make my master offline for hours?
Eason
  • 611
  • 1
  • 5
  • 5
53
votes
6 answers

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 coverage?
or9ob
  • 2,313
  • 4
  • 25
  • 45
53
votes
14 answers

How to configure Jenkins to run on port 80

I'm running Ubuntu 11.10 and have run sudo apt-get install jenkins to install Jenkins on this system. I've seen some tutorials on how to setup a reverse proxy (Apache, Nginx, etc), however this is a VM dedicated for just jenkins and I'd like keep it…
hafichuk
  • 10,351
  • 10
  • 38
  • 53
51
votes
17 answers

"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 passing in the hudson build until recently but now…
Alb
  • 3,601
  • 6
  • 33
  • 38
48
votes
10 answers

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:
Dmytro
  • 2,522
  • 5
  • 27
  • 36
44
votes
4 answers

How to include git changelog in Jenkins emails?

Is there any way to import the changelog that is generated by Jenkins to the subject of an email (either through the default email, or the email-ext plugin)? I am new to Jenkins configuration, so I apologize if this is a simple issue, but I was…
Igor
  • 33,276
  • 14
  • 79
  • 112
43
votes
4 answers

Jenkins is going to shut down

A strange thing happen sometime, Jenkins start displaying " Jenkins is going to shut down" even when nobody turned this message on and restarting Jenkins. Screenshot:
user3232823
  • 1,867
  • 3
  • 18
  • 27
43
votes
7 answers

How to change Jenkins default folder on Windows?

How to change Jenkins default folder on Windows where Jenkins runs as Windows service. I want to change C:\Users\Coola\.jenkins folder to d:\Jenkins due to lack of space on C: partition (Every build takes ~10MB of free space). I don't want to…
Michał Kuliński
  • 1,928
  • 3
  • 27
  • 51
41
votes
3 answers

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 those that cause the status of the project to…
Jared
  • 25,520
  • 24
  • 79
  • 114