Jenkins is an extensible continuous integration server written in Java. It is capable of running on Linux, OS X and Windows. The project was renamed from "Hudson" in December 2010 after a dispute with Oracle who claim to own the trademark for the name "Hudson".

learn more… | top users | synonyms

242
votes
9answers
73k 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 ...
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 ...
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 ...
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?
7
votes
2answers
8k views

Jenkins - Git - Permission denied (publickey)

I am setting up Jenkins on a Win 2008 server machine and am having some trouble configuring Jenkins to connect to GitHub. I get the following error: Command "git.exe fetch -t ...
5
votes
1answer
4k views

Getting Spring Error “Bean named 'x' must be of type [y], but was actually of type [$Proxy]” in Jenkins

I have been debugging this for awhile now, and I'm hoping someone could shed some light here. I have a Maven project that is added into Jenkins, using JDK 1.6. I'm using AOP in this project to handle ...
9
votes
1answer
12k views

How to set environment variables in Jenkins?

I would like to be able to do something like: AOEU=$(echo aoeu) and have Jenkins set AOEU=aoeu. The Environment Variables section in Jenkins doesn't do that, instead, it sets AOEU='$(echo aoeu)'. ...
2
votes
1answer
2k views

How to configure Jenkins StarTeam plugin?

Jenkins (Hudson) has StarTeam plugin. How to configure it properly? I have installed this plugin but when I build the project I get this error: java.lang.NoClassDefFoundError: ...
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.
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 ...
5
votes
1answer
3k views

How do I make a Jenkins job start after multiple simultaneous upstream jobs succeed?

In order to get the fastest feedback possible, we occasionally want Jenkins jobs to run in Parallel. Jenkins has the ability to start multiple downstream jobs (or 'fork' the pipeline) when a job ...
2
votes
1answer
2k views

How to make a Jenkins/Hudson job surveil some others jobs and decide whether to build or not?

PROBLEM Given that all the jobs have string LEVEL_X in it's job name, where X is a number > 1. I want every job with X = n to surveil every job with X = n-1, and start building if each of them is ...
1
vote
2answers
2k views

Prevent Jenkins from Installing Artifact to Local Maven Repository

Jenkins is installing the most-recently built artifact to the local Maven repository, even when the job is executed with a goal of only clean package. This caused an issue when someone accidentally ...
43
votes
7answers
10k views

Jenkins on OS X: xcodebuild gives Code Sign error

Summary: Setting up Jenkins on OS X has been made significantly easier with the most recent installer (as of 1.449 - March 9, 2012), however managing the process of code signing is still very ...
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 ...
4
votes
3answers
3k views

Send parsed console output in email

I am working with two Jenkins plugins, Email-Ext and Log Parser. I have the regular expressions for the Log Parser plugin how I want them, and I would like to include the output of the Log Parser ...
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
4answers
18k views

Jenkins fails with github “git clone”

when i do build in Jenkins, it fails with this error. Any idea? ERROR: Error cloning remote repo 'origin' : Could not clone git@github.com:test/test.git ERROR: Cause: Error performing ...
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?
1
vote
3answers
1k views

now getting 401 unauthorized in jenkins when deploying artifact to archiva maven repo

This used to work before I upgraded Jenkins to 1.494. Now I get this error in Jenkins when using the build promotion plugin to copy the war artifact to the snapshot repo: ERROR: Failed to deploy ...
11
votes
2answers
6k views

How to prevent certain Jenkins jobs from running simultaneously?

I have a couple of jobs that use a shared resource (database), which sometimes can cause builds to fail in the (rare) event that the jobs happen to get triggered simultaneously. Given jobs A through ...
1
vote
3answers
2k views

unable to connect to chromedriver http://127.0.0.1:46050 (Selenium::WebDriver::Error::WebDriverError)

I get this error when I run my cucumber tests: "*Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: /opt/google/chrome/google-chrome ...
13
votes
5answers
20k views

how to run jenkins as a different user

I have been trying to follow tutorials and this one: Deploy as Jenkins User or Allow Jenkins To Run As Different User? but i still can't for the love of the computing gods, run as a different user. ...
11
votes
4answers
8k 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
3answers
2k views

Get access to Build Changelog in Jenkins

I've been pulling my hair out trying to find a way to include the list of changes generated by Jenkins (from the SVN pull) into our Testflight notes. I'm using the Testflight Plugin, which has a field ...
5
votes
3answers
3k views

Configure Jenkins Mac OS X native package to run in a different port

Jenkins native Mac OS package installs by default in /Users/Shared/Jenkins and the war in /Applications/Jenkins. It runs as a daemon and restarts automatically in spite of a kill -9 command. I added ...
25
votes
4answers
16k views

How to give Jenkins more heap space when it´s started as a service under Windows?

I want to increase the available heap space for Jenkins. But as it is installed as a service I don´t know how to do it.
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 ...
9
votes
3answers
6k views

Jenkins can not clone Git repository over Git/SSH on Windows

I have successfully cloned Git repository in Jenkins over Git/SSH on Windows 2008 32-bit. When I tried to do the same on Windows 2008 64-bit, Console Output page gets stuck here: Démarré par ...
3
votes
1answer
1k views

Jenkins and GitHub webhook: HTTP 403

I have a GitHub repository which I would like to have notify Jenkins of new commits via a post-receive hook. I've installed the GitHub plugin into Jenkins and have allowed for Jenkins to manage it's ...
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 ...
7
votes
1answer
3k views

Qunit + JSCoverage + Jenkins

I have started using Qunit to test my JS code. I am looking into JSCoverage to generate the coverage reports later. We have a CI server (Jenkins) which already do a few things with our PHP code and I ...
6
votes
1answer
6k views

Setting Maven params in Jenkins

I am experimenting the Jenkins, and am looking for a way to allow Jenkins to set parameters for different project builds. Normally all these attributes are stored in the settings.xml (I currently have ...
5
votes
4answers
202 views

Using maven and jenkins, how to test the programmers did some test cases?

I am working on a number of projects and we are using Java, Springs, Maven and Jenkins for CI but I am running into a issues that some of the programmers are not adding real junit test cases to the ...
5
votes
3answers
2k views

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 ...
3
votes
2answers
1k views

Hudson/jenkins: disable the failed build

What is the preferred way to disable the periodical build when it has failed? Quick search showed that there is a Prerequisite build step plugin, but that fails the build, and I need the build to be ...
10
votes
1answer
6k views

Can I get Jenkins to build a git tag from a passed in parameter?

Jenkins supports parametrized builds. I have a deployment build that requires the tag to deploy to be specified via a parameter. (to deploy a particular tag to production) Is there an easy way to do ...
9
votes
2answers
2k views

Why use sonar plugin for Jenkins rather than simply use maven goal “sonar:sonar”?

I want to launch sonar analysis with Jenkins for a Maven 2 project. I first used the goal "sonar:sonar" in the build configuration. But I just found the sonar plugin for Jenkins. Why use it ? Is it a ...
8
votes
2answers
2k views

Why hudson/jenkins tries to make commit?

I'm using Hudson to clone a Git repository and build it. I'm getting the following error: FATAL: Could not apply tag jenkins-mus-tomcat-2-2 hudson.plugins.git.GitException: Could not apply tag ...
8
votes
6answers
5k views

How to get list of changed files since last build in Jenkins/Hudson

have set up Jenkins but would like to find out what files were added/changed between the current build and the previous build. I'd like to run some long running tests depending on whether or not ...
4
votes
1answer
239 views

Jenkins - add chart to the job interface

How can I add the pdepend chart to the Jenkins job interface (under the project's title)? Is it actually possible to do so?
4
votes
2answers
3k views

How to access Hudson job1 artifacts from another job2?

We have a production job and a nightly job for a project in Hudson. The production job needs to pull off some artifacts from a specific nightly build # (which is provided as parameter). Can anyone ...
3
votes
3answers
569 views

Hosted Continuous Integration for PHP? [closed]

I just wanted to check if anyone knows any hosted continous integration services made for web-based projects using PHP ? I have been searching around but most are made for Java, Ruby and some for ...
3
votes
3answers
3k views

Getting Maven Version in Jenkins

Is there any way a Jenkins build can be aware of the Maven version number of a project after processing the POM? I've got some projects where versioning is controlled by Maven, and in a post-build ...
3
votes
1answer
2k views

Jenkins - triggering a parameterized build

I have project configured in Jenkins that polls an SCM and begins a build when a change is posted. There is a post build action to build another project. The question I have is, the project that is ...
2
votes
1answer
4k views

Git error 401 while accessing it via hudson's git plugin

I have hudson configured on my server and i am using code fetched from my git repository. Actually , i had set up the environment correctly and all the builds via Hudson were successful but recently i ...
1
vote
2answers
1k views

Configure Jenkins to connect to BitBucket

I'm trying to configure Jenkins on my Mac Mini in order to pull the code of my iPhone App from my BitBucket repository. In the "Xcode plugin" configuration area I have tried to add the git address of ...
3
votes
2answers
6k views

Jenkins can't launch selenium tests (Timed out waiting for profile to be created)

Jenkins can't launch selenium tests (ubuntu) error 11:26:24.652 INFO - Started org.openqa.jetty.jetty.Server@ab50cd 11:26:24.738 INFO - Preparing Firefox profile... HTML suite exception seen: ...
2
votes
2answers
507 views

Process only changed files

What: With jenkins I want to process periodically only changed files from SVN and commit the output of the processing back to SVN. Why: We are committing binary files into SVN (we are working with ...
2
votes
1answer
1k views

Jenkins : Report results of intermediate [windows batch] build steps in email body

As part of a Jenkins build process we run a couple Windows batch scripts and would like to report some information about these intermediate steps in the email that gets send out by Jenkins at the end. ...

1 2 3 4 5 6