Jenkins is an open-source continuous integration tool written in Java. Forked from Hudson after a dispute with Oracle.
4
votes
2answers
759 views
What is the correct way to configure the VirtualBox plugin on Jenkins?
I am trying to get the VirtualBox plugin working with Jenkins. My plan is then to hook up the Selenium plugin as well and get a grid running on the VirtualBox cloud. When I follow the instructions on ...
3
votes
2answers
289 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 ...
2
votes
0answers
33 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 ...
1
vote
1answer
586 views
Jenkins fails to restart after updating plugins
There were 5 or 6 plugin updates for Jenkins v.1.476 which I have running on a Linux VM. The UI showed progress while updating as usual and I typically have to refresh the screen to see Jenkins ...
1
vote
0answers
62 views
Simple SVN post-commit hook for Jenkins on Windows Server 2008 [closed]
I have VisualSVN Server holding several repos with PHP applications on Windows Server 2008 machine.
I need to figure out how to deploy PHP scripts to production machines (2 Windows servers + 1 ...
0
votes
1answer
514 views
How do I get Selenium Server to launch Chrome on 64bit Windows under Jenkins with Selenium Grid?
I am migrating a Selenium server environment from Windows 2008 server 32bit to Windows 2008 server 64bit. Whenever I try to run a job with Google Chrome, I get the following error message:
Error ...
0
votes
1answer
31 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 ...
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 ...