Jenkins is an open-source continuous integration tool written in Java. Forked from Hudson after a dispute with Oracle.
2
votes
0answers
29 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 ...
3
votes
2answers
217 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
388 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 ...
1
vote
0answers
45 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
0answers
398 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 ...
3
votes
2answers
644 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 ...
1
vote
1answer
538 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 ...