Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Les Mikesell
On Mon, Mar 24, 2014 at 1:02 PM, slpoole1 wrote: >> > Is there a plug in that would allow me to build 15 jobs, and only run 1 at a > time until the node is available to take another job? There is the seleniumhq plugin that basically expects you to start a local selenium server yourself (no grid)

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread slpoole1
That was the plugin i was referring to. You answered my questions for that! Thanks! On Monday, March 24, 2014 2:29:47 PM UTC-4, DarkRift wrote: > Which selenium plugin are you refering to and where do you specify that > dll ? > > The "Selenium Plugin" I am talking about, which I'm

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
Which selenium plugin are you refering to and where do you specify that dll ? The "Selenium Plugin" I am talking about, which I'm the maintainer, only provides the hub/node functionnality and is not directly linked to jobs, there are other selenium plugins though for jenkins. On Mon, Mar 24, 201

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
Which DLL are you talking about ? As for the job, there is no such thing that I'm aware at this moment. The role of this plugin is to provide a pool of selenium nodes which only uses jenkins slaves as a host for the selenium node process. It is not linked to the jobs. On Mon, Mar 24, 2014 at 2:0

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread slpoole1
The dll i am referring to is the one i have defined in the jenkins job to run. It is the dll of my script i created using selenium. On Monday, March 24, 2014 2:20:31 PM UTC-4, DarkRift wrote: > Which DLL are you talking about ? > > As for the job, there is no such thing that I'm aware at th

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread slpoole1
Hi Richard. Thanks for responding back! I am using remote webdriver. The error "cannot find the specified file" is talking about the dll jenkins job should run. I have double triple checked the path, copied it straight from windows file explorer, and jenkins just will not run it. If i r

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread Richard Lavoie
Hi there, 1. I'm currently in the process of updating the plugin to support 2.40, but since IE needs a server installed, I need to make that seemless and it is not a straight replace of the selenium jar file 2. Which kind of configuration ? RC or web driver ? I assume it is RC. I'll check that

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-24 Thread slpoole1
I'm still struggling with this. Its been 3 days can i cannot get the jobs to run - well Chrome has been my only successful ones. Is there any documentation or links that can help me solve this issue? (the info on the plug in itself is not very detailed) Here are a couple issues i'm having: 1.

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread slpoole1
I finally got it to work. I did not realize i needed to create Selenium Grid configurations in Jenkins, and tie that name to the "label" in the node that i created. Once i did that i was able to finally get them to run. Thank you for your help! On Friday, March 21, 2014 1:08:42 PM UTC-4, slp

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread slpoole1
No. Only if i run the acutal selenium node will i see those show up. If i just launch the slave from Jenkins nothing ever appears in that list under the Selenium Grid Link. I cannot figure out why. On Friday, March 21, 2014 12:03:41 PM UTC-4, LesMikesell wrote: > Hmmm, looking at mine, eve

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread Les Mikesell
Hmmm, looking at mine, everything seems to be using :. Are the registered remote controls showing up when you click the selinum grid link? On Fri, Mar 21, 2014 at 10:52 AM, slpoole1 wrote: > The firewall is turned off, checked that as well. > > > On Friday, March 21, 2014 11:38:53 AM UTC-4,

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread slpoole1
The firewall is turned off, checked that as well. On Friday, March 21, 2014 11:38:53 AM UTC-4, LesMikesell wrote: > On Fri, Mar 21, 2014 at 10:30 AM, slpoole1 > > wrote: > >> > > 1. System.InvalidOperationException : Error forwarding the new session > > Error forwarding the request Connec

Re: Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread Les Mikesell
On Fri, Mar 21, 2014 at 10:30 AM, slpoole1 wrote: >> > 1. System.InvalidOperationException : Error forwarding the new session > Error forwarding the request Connection to http://ipaddress: refused Host firewal on the node running the browser for selenium? -- Les Mikesell lesmikes..

Cannot get the Selenium Plugin for Jenkins to work.

2014-03-21 Thread slpoole1
I have Jenkins ver 1.555 I installed the Selenium Plugin 2.3 And I am using selenium 2.40 webdriver c#. After installing the selenium plug in I configured a new node (to another VM). I log onto that VM and launch the node. It says “connected” I then go back to Jenkins and see it connec