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
1
vote
2 answers

Hudson build trigged by API

I was wondering if there was a way to do this in Hudson (or with any of the various plugins). My IDEAL scenario: I want to trigger a build based on a job through a REST-like API, and on that build, I want it to return me a job ID. After-wards, I…
shawnjan
  • 959
  • 7
  • 16
1
vote
1 answer

Hudson - Send Status Change emails only

I am running few scheduled jobs periodically every 5 minutes. How to send status change emails only and no duplicate emails. Please advise. When job is moved from Failure to Success -- Send an email --> "Fixed" trigger working well in this…
redsam
  • 145
  • 1
  • 18
1
vote
0 answers

How to configure Maven local calling Sonar server?

I have a hudson server. Everytime I build my project on Hudson, It triggers Sonar on other server to building too. I checked the configuration on Hudson. I am following some instructions in here , but seems it is not enough. I have my…
vanduc1102
  • 5,769
  • 1
  • 46
  • 43
1
vote
3 answers

Hudson change HUDSON_URL

I use Hudson on my computer and I work in a network. The Hudson Url is following: http://192.168.0.73:8080. I want to change the Hudson URL to 192.168.0.55:8080. How can I do it ?
peter858
  • 11
  • 2
1
vote
4 answers

How to use FatJar (out of Eclipse) in continuous integration server?

From what I understood, FatJar is an Eclipse plugin which is based on the OSGi framework. I believe this makes it hard to use outside of an OSGi platform. Also, looking at decompiled FatJar, it seems to be requiring lots of OSGi and Eclipse classes,…
Joanis
  • 1,669
  • 3
  • 20
  • 32
1
vote
3 answers

PHPUnit started randomly failing within Hudson shell

Nothing within the environment has changed, nor has the test suite itself. The XML report generates correctly, but not the HTML. Please help! Generating code coverage report, this may take a moment./tmp/hudson3472766550808527893.sh: line 3: …
webjawns.com
  • 2,300
  • 2
  • 14
  • 34
1
vote
1 answer

Have hudson compile a repo with maven

I'm trying to have Hudson compile a Java project of mine, but it keeps failing. I've started a new job, with "build a free-style software project" I've set the SCM to Mercurial, added a build step "mvn compile" and had it publish Junit and JDepend…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
1
vote
2 answers

Hudson: Tie specific parts of job to specific slaves

Our Software project contains Perl, C & VC++ code. I am trying to set up Hudson in the master/slave configuration to manage the build & test process. I have one linux box running as master and windows XP (32-bit), Windows 7 (64-bit), linux boxes…
John
  • 1,681
  • 3
  • 20
  • 28
1
vote
0 answers

Getting java.lang.NoClassDefFoundError error randomly when executing post build groovy script on in Hudson

We are using Hudson to continuously build few projects, which executes sql files in database using a groovy script (Execute Groovy system script) as a post build action. The script (which uses enum) works fine most of the time, but throws following…
2BB
  • 11
  • 3
1
vote
2 answers

Editing the listed hudson java system info

I am aware that Hudson can use different versions of Java to compile projects. What I am looking for however, is to edit the version hudson lists on its SystemInfo page: java.endorsed.dirs java.ext.dirs java.home java.io.tmpdir …
KdgDev
  • 14,299
  • 46
  • 120
  • 156
1
vote
2 answers

java.lang.NoClassDefFoundError: junit/framework/TestListener

While running automated test cases for an RCP application, the following error was shown: [java] Java Result: 13 And the stack trace is: !MESSAGE Application error !STACK 1 java.lang.NoClassDefFoundError: junit/framework/TestListener …
A.Goel
  • 101
  • 1
  • 10
1
vote
1 answer

Create a Hudson job with Hudson down?

is there a way to create and build a Hudson job without having Hudson running. Using Hudson Java sources seemed an appropriate solution for me first, but i started having troubles when trying the import onto Eclipse. I've already tried the Hudson…
b-lieve
  • 139
  • 1
  • 2
  • 7
1
vote
2 answers

hudson: Variable that returns which user initiated the build?

is it possible to get the username of the user who initiated a build on Hudson ? There doesn't seem to be any hudson environment variable for username. otherwise, how are you supposed to return specific builds running under a certain user remotely…
KJW
  • 15,035
  • 47
  • 137
  • 243
1
vote
1 answer

Problem in setting hudson home directory

I was trying to install CI tool Hudson on a Solaris SPARC by deploying hudson.war to the jboss AS. I made changes in run.conf to point to the correct jdk ( setting environment variables JAVA_HOME and JAVA), and other required changes like setting…
user488665
  • 11
  • 1
1
vote
1 answer

Lock Source file in Perforce while using Maven release plugin

I got an error in Hudson console out saying the build fail because Maven release plugin cannot update POM.xml version while there are still unresolved files. The problem is caused by other people updating the POM during the build. Can any guru…
user454043
1 2 3
99
100