Jenkins is an open-source continuous integration tool written in Java. Forked from Hudson after a dispute with Oracle.

learn more… | top users | synonyms

3
votes
2answers
291 views

Running tests in parallel using Jenkins Grid plugin

I have Jenkins 1.499 running Watir-Webdriver tests on a Windows 2008 (64bit) server alongside the Grid 2 standalone server (and Jenkins Selenium Grid plugin). I can run my tests through the ...
0
votes
1answer
34 views

Use Android VirtualBox Instead of Emulator for Jenkins

I want to configure my Android Jenkins projects to run a Virtualbox AndroVM instance. I have the Virtualbox/Jenkins plugin but I don't see how to run the the VBox instance in the job, only have ...
2
votes
0answers
34 views

Jenkins stops getting my unit test output from xcodebuild

I've got Jenkins set up to build my application test target and execute tests in the iOS simulator like this answer says. When I execute the build in Jenkins, the iOS simulator launches and runs all ...
0
votes
0answers
424 views

Why can't my Selenium Grid VM node get parameters from/register to the hub?

I'm trying to set up a Selenium Grid node on a virtual machine. I am using VirtualBox for the VM and Jenkins (with VirtualBox plugin) to set up the grid. When I try to register the node, I get the ...