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.

2659 questions
1
vote
5 answers

Watir Excel call not working on virtual machine

I have a watir test that downloads some information from a web app to an Excel file, and I then open the file to confirm the contents. On my dev box everything works fine, but the scheduled automation runs (via Hudson) always fail attempting to…
Sabrina
  • 485
  • 1
  • 5
  • 9
1
vote
1 answer

Have Hudson call multiple exec:java with profiles

I have a maven pom in which I've define some profiles. Each profile defines its own configuration for executing an exec:java goal. This exec:java invokes a java program that will do some work, which does not relies upon artifact compilation (but…
Riduidel
  • 21,048
  • 12
  • 78
  • 165
1
vote
1 answer

Where does Hudson store its last synchronized Perforce changelist number?

One of our Hudson build systems is not automatically starting its jobs since we switched it over to a different Perforce server. The polling log reports: Last sync'd change was nnnnnn Where nnnnnn is a changelist number from the old server. The new…
adietrich
  • 659
  • 5
  • 10
1
vote
4 answers

Saving Git SHA1 when building with Hudson similar to the CVS_BRANCH tag for CVS

We have migrated from CVS to Git. Our Hudson build script used to save the value of the CVS_BRANCH environment variable in the generated build along with the Hudson BUILD_ID to allow for later investigation. I cannot figure out how Hudson (or the…
Thorbjørn Ravn Andersen
  • 68,906
  • 28
  • 171
  • 323
1
vote
4 answers

Hudson executing upstream project when downstream project is triggered

this seems like a simple thing but somehow i can't figure it out. I have a Project A and a Project B. If Project A executes successfully Project B is build. This works without a problem. If i want to execute only Project B i want that before it is…
kukudas
  • 4,646
  • 4
  • 40
  • 60
1
vote
3 answers

Can't get SVN exclusions in Hudson to work

Assuming the Hudson job checks out 2 SVN directories: https://foo.com/packages (root is https://foo.com/packages) -> "packages" in workspace https://bar.com/temp/Hudson (root is https://bar.com/temp) -> "Hudson" in workspace I tried different…
Pol
  • 3,538
  • 1
  • 31
  • 51
1
vote
2 answers

Personal builds with Hudson continuous integration server

I'm thinking of using Hudson as my continuous integration server. In the past i have used the Pulse build server from Zutubi which had a nice feature called personal builds that allows a user to test a changelist on the Pulse server before…
user441019
  • 63
  • 2
  • 7
1
vote
1 answer

How to present a Selenium test written in spec or PHPUnit on Hudson

I am setting up Selenium tests on Hudson and looking for an easy way to present nice results such as Project summary and build summary on Hudson. Currently I have written Selenium test cases in Rspec and PHPUnit's extension for Selenium (I prefer…
Naoya Makino
  • 549
  • 1
  • 8
  • 24
1
vote
0 answers

How to share config set by developers for multiple jobs

Our team develops micro-monolith application. Which means that our applications is spitted to multiple modules like in microservice pattern but run on tomcats not containers. We used to have linear workflow: Environments: dev -> qa ->…
Kinmarui
  • 545
  • 7
  • 16
1
vote
1 answer

What is the best stable hudson integration plugin for IntelliJ?

I observed that there are 3 plugins that are aiming to provide hudson integration in IntelliJ IDEA. What is the better one and why?
sorin
  • 137,198
  • 150
  • 472
  • 707
1
vote
2 answers

How to set common workspace dir for multiple jobs in Jenkins?

I'm trying to migrate from Hudson to Jenkins and faced a problem. All of my test jobs (huge number) are using Build -> Invoke Ant parameter Build File with relative path and it is the same for all of them. So they should all use the same workspace…
BugMaster
  • 45
  • 1
  • 6
1
vote
1 answer

Getting maven and git to work

I have recently began delving into git and maven. I have a system that has several module sets and this is stored in various git repositories, I need this to be pulled down into the same workspace and run various maven goals. I was wondering if…
myusuf3
  • 16,859
  • 25
  • 70
  • 100
1
vote
1 answer

Spreading a single build over multiple slaves

I want to write an ant script that is distributed over multiple slaves. I don't understand exactly how the hudson system works, but it seems to simply run the whole of one type of build on a single slave. I would like multiple slaves to run in…
telaviv
  • 386
  • 1
  • 6
  • 14
1
vote
1 answer

Building hudson view present on the slave machine

Is it possible to build project present on the developer view present on different machine, not on the Hudson running machine? If so please provide me way. -Srinivas N
srinannapa
  • 2,815
  • 6
  • 41
  • 62
1
vote
2 answers

Config spec of the clearcase vi

I would like to know if below my need is possible in clearcase : Say , I have 15 different views (Dynamic or Snapshot) created (from different users/developers), I want get the "config spec" using some kind of cleartool command (Without having to…
srinannapa
  • 2,815
  • 6
  • 41
  • 62
1 2 3
99
100