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)
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo