unknown error: session deleted because of page crash from tab crashed with Selenium plugin on Jenkins

2015-09-25 Thread Astou Sene
Hello, I'm experiencing issues using chromedriver with Selenium plugin on Jenkins. On my local machine, my tests run with no issues, but as soon I run them remotely, I get this error: unknown error: session deleted because of page crash from tab crashed (Session info: chrome=45.0.2454.101)

Re: jenkins UI hanging on job page, threads blocked

2015-09-25 Thread Baptiste Mathus
In that case, to improve data for future reference, could you post the JUnit Plugin version you're using? Thanks 2015-09-25 18:08 GMT+02:00 Kevin Goess : > For one one our builds, if we try to load a job page like /job/www/12345/, > the browser would hang forever and the jenkins /monitoring page

xunit and unittest.TestSuite

2015-09-25 Thread vijayram
Hi All, I am facing this same issue described here: https://github.com/nose-devs/nose/issues/542 any alternative or solution to this issue that anyone is aware of... please kindly suggest... Thank you, VJ -- You received this message because you are subscribed to the Google Groups "Jenkins

jenkins UI hanging on job page, threads blocked

2015-09-25 Thread Kevin Goess
For one one our builds, if we try to load a job page like /job/www/12345/, the browser would hang forever and the jenkins /monitoring page would show the thread blocked on TestResultAction Handling GET /job/www/43365/ from x.x.x.x : RequestHandlerThread[#17] AbstractBuild/index.jelly A

Re: Websphere don't restart after redeploy applications with jenkins

2015-09-25 Thread erw
Perhaps permissions? Are you running from a master or a slave and is teh jenkisn service running under a named accounted? On Friday, September 25, 2015 at 10:53:57 AM UTC-4, Kamila Brito wrote: > > I'm working on a jenkins job that deploy my application on websphere > server. My websphere server

Websphere don't restart after redeploy applications with jenkins

2015-09-25 Thread Kamila Brito
I'm working on a jenkins job that deploy my application on websphere server. My websphere server is on VM and I'm doing the whole process of build and update of the ear files with Jenkins. After that I restart the node and the server, in the end of this process I have a success response from

Re: Plugin configuration/dependency management

2015-09-25 Thread Victor Martinez
I didn't mention, you could use Ansible: - https://github.com/geerlingguy/ansible-role-jenkins If you haven't worked with chef/puppet previously, you might find ansible quicker to learn. That's my POV. Cheers On Friday, 25 September 2015 14:04:12 UTC+2, Barry Laffoy wrote: > > Hi Victor > > Th

Re: Update jobs via Script Console does not take effect

2015-09-25 Thread Sverre Moe
I have added stopping the old trigger and starting the new trigger. I have also a solution that worked without this: def jenkinsInstance = jenkins.model.Jenkins.getInstance() def SCM_TRIGGER_DESCRIPTOR = jenkinsInstance.getDescriptorOrDie(SCMTrigger. class) def developmentView = jenkinsInstance

Re: Plugin configuration/dependency management

2015-09-25 Thread Barry Laffoy
Hi Victor Thanks for the response. I reckoned Chef or Puppet was the best bet, but I didn't want to prejudice any answers. I'll check out the chef cookbooks you linked. I couldn't find much on the web about provisioning Jenkins with Chef or Puppet, so I was wary about going down one of those

Re: Using Build-Pipeline plugin

2015-09-25 Thread erw
A build pipeline is a visualization tool on top of jobs that are related by a upstream/downstream relationship. In order to form a relationship between jobs, configure the upstream job and select the "add post build action" --> "Build other project( manual step)". If you are using the folder p

Re: Plugin configuration/dependency management

2015-09-25 Thread Victor Martinez
Hi, You already spotted those configuration management tools, I've been using Puppet and Chef: - https://github.com/chef-cookbooks/jenkins - https://forge.puppetlabs.com/rtyler/jenkins I prefer Chef since you can configure your ssh slaves as part of the cookbook, when in puppet you only

Plugin configuration/dependency management

2015-09-25 Thread Barry Laffoy
Hi Is there any way of managing the plugins installed in Jenkins other than through the GUI interface? Ideally I would like to be able to define a list of plugins (names, URLs, version numbers) in a text file, which would be read by Jenkins and ensure that the correct plugins are installed (an

Trigger Jenkins build for dependent Gerrit Patches

2015-09-25 Thread Shambhu Sharma
Hi, I would like to know if there is any existing plugin or way to trigger Jenkins Job for dependent Gerrit Patches. I have multiple gits in gerrit server and want to trigger Jenkins build for every patchset creation. But it doesn't take care of two gerrit patches submitted in two differ

Re: manually installed JDK disappears on slave

2015-09-25 Thread Baptiste Mathus
Do you mean you're overwriting the automated JDK installation with another one? If so, then even if I'm not absolutely sure Jenkins has code to revert to the pristine version, there's a better/cleaner way to achieve your need IMO. When configuring the JDK globally, don't use the automated installe