Hudson is a continuous integration tool written in Java. Jenkins was forked from this after a dispute with Oracle, who subsequently transferred Hudson to the Eclipse Foundation.

learn more… | top users | synonyms

5
votes
1answer
360 views

How do I write a script to be executed by Hudson to automatically restart test environment machines?

I am working in a test environment where we need more than 10 machines, including VMs. The AUT is a Distributed Network type and uses Cassandra nosql DB. We are required to restart each of the ...
3
votes
1answer
209 views

Creating bugzillas for failed tests on Jenkins?

We have a Jenkins enviroment running for a while and we create a bugzilla for each failed test to inform developers that something went wrong and he needs to correct that test. For now, we create this ...
1
vote
2answers
355 views

Include Watir test cases in a Continuous Integration system

Did anyone succeed deploying Watir test cases to a continuous integration system such as Team City or Hudson? I'm trying to find a way to have the test scripts executed and have the results generated ...
1
vote
1answer
104 views

SeleniumHQ stuct in Checking Resource aliases

I want to run testsuite from Hudson, for that i have installed seleniumhq plugin and configured in hudson, but when i run the hudson it stuck on "Checking Resource aliases" step. Started by user ...
0
votes
0answers
181 views

What is your setup? [closed]

I'm just starting new (web) project and I want to do things right. We are going to use refinerycms with a couple of our extensions for sites and extjs in backend Now I'm thinking about this toolset ...