Hi all, I have recently built a 'test pack', which uses Javascript Webdriver and Chromedriver, which all successfully runs from my local machine. I have then committed it up to Github and am attempting to use it through Jenkins; here starts the problems!
A new 'freestyle project' has been created and the Github repo linked to it. Whenever I run that project I use the 'Execute Shell' option and run 'npm install' and 'npm test' commands from it. Everything works fine until it gets to the point of actually running the tests; it times out every time (I've tried increasing the timeout to 15 minutes for test purposes and it still fails). The strange thing is I can log on directly to the Jenkins server, open a command window in the workspace, and run the same commands successfully (without timeout). I've checked all the Paths etc but I cannot work out why it wouldn't work through the GUI. Appreciate any help anybody can give... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3ada2387-60af-4aeb-8e35-1f51f62648ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
