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
24
votes
5 answers

Making Jenkins (Hudson) job depend on another job

I have two jobs: Upload Launch-instance I want to make Launch-instance dependent on the other one, so that triggering Launch-instance automatically causes Upload to be run first. Can I achieve this using built-in Jenkins features or with a…
Jonik
  • 80,077
  • 70
  • 264
  • 372
24
votes
4 answers

How to generate Cobertura Code Coverage Report using Maven from Hudson

In my project I need to create Cobertura Code Coverage report from Hudson using maven build. In Hudson I have added the Cobertura Code Coverage plugin. I need the complete modification steps of pom.xml.
stackoverflowsk
  • 275
  • 1
  • 5
  • 10
23
votes
3 answers

Is it possible to convert a Jenkins free-style job to a multi-configuration job?

I have quite a few free-style jobs in Jenkins that I would like to convert to multi-configuration jobs so I can build across multiple platforms under one job. These jobs specify quite a few build parameters and I would like to not have to set them…
RC.
  • 27,409
  • 9
  • 73
  • 93
23
votes
3 answers

Continuous Integration (Hudson/Jenkins) and R Programming

Does anyone know of a way to do continuous integration with R programming? I'm aware of tools like the svUnit package to do the unit tests, but has anyone tried to run these with Hudson/Jenkins?
Travis Nelson
  • 2,590
  • 5
  • 28
  • 34
23
votes
2 answers

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?
kukudas
  • 4,834
  • 5
  • 44
  • 65
23
votes
1 answer

Maven: How can I stop the deploy plugin from logging upload progress?

How can I make it so Maven doesn't spam upload progress in the Hudson console? Uploading:…
David A.
  • 343
  • 2
  • 8
22
votes
5 answers

Can not run Jenkins on Mac

I have downloaded Mac OS X native package from Jenkins web site, installed it, opened my browser at http://localhost:8080/ and got error page with this text: Status Code: 404 Exception: Request URL / not found.

Stacktrace: Generated by…
Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
22
votes
6 answers

Determine if given job is currently running using Hudson/Jenkins API

Is there an API to determine whether a given job is currently running or not? Ideally, I'd also like to be able to determine its estimated % complete and get the details of the SVN revision number and commit comment too! EDIT: I found the answer.…
dty
  • 18,795
  • 6
  • 56
  • 82
22
votes
2 answers

Deploying .NET with Jenkins/Hudson

I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to build my project, and then xcopy to copy it out to the server. I've noticed if I use the publish feature in Visual Studio I get a…
Dan Williams
  • 4,910
  • 11
  • 37
  • 46
22
votes
3 answers

What properties are in Jenkins / Hudson available for build configuration?

The question is in the title I know about BUILD_NAME and BUILD_ID and BUILD_TAG and I have seen somewhere a list of properties, but I can't find it anymore.
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
22
votes
4 answers

hudson CI: how to delete all jobs?

I have about 100 jobs on my hudson CI, possible to mass delete them ?
KJW
  • 15,035
  • 47
  • 137
  • 243
22
votes
6 answers

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 Continuous Integration before, but I hope this one has a…
Gilad Naor
  • 20,752
  • 14
  • 46
  • 53
22
votes
1 answer

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

I want to launch SonarQube analysis with Jenkins for a Maven 2 project. I first used the goal sonar:sonar in the build configuration. But I just found the SonarQube plugin for Jenkins. Why use it? Is it a better practice and why?
Pith
  • 3,706
  • 3
  • 31
  • 44
21
votes
3 answers

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 the database transaction. When I run the build in…
limc
  • 39,366
  • 20
  • 100
  • 145
21
votes
5 answers

Free Build Server Service for opensource projects?

Does anyone know of a free build server service to coincide with scm/forum/issue tracking services such as sourceforge/googlecode? Obviously hudson/jenkins service would be my first preference related to primarily java/maven2, but anything would be…
dhartford
  • 1,125
  • 2
  • 12
  • 35