Re: Unable to sign up for http://jenkins-ci.org/ account

2014-03-24 Thread Mani
Thanks Larry :) ! On Monday, 24 March 2014 19:14:25 UTC+5:30, Larry Shatzer, Jr. wrote: > > Done. > > Odd I did not see your email to the dev list. I even checked the > unmoderated emails and did not see it. > > Sorry for the delay. > > -- Larry > > > On Sun, Mar 23, 2014 at 10:36 AM, Manivannan

[ANN] Jenkins User Conference: Call for papers

2014-03-24 Thread Kohsuke Kawaguchi
JUC is coming to Boston, Berlin, and Israel in this June & July. The deadline for call of papers is the end of March. The incredible diversity of Jenkins and its plugin ecosystem means we could all learn from each other a lot about how we use them. I'm personally really looking forward to listenin

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

Run a job every 1 minute whilst another job is running

2014-03-24 Thread Glenn Halstead
Hi folks, As it says in the subject, I'd like to create a job (a) that will run every one minute whilst another job (b) is running. Is there a simple way to set this up? At them moment I'm thinking I'll need to do this in code... Making job a, at the end of it's work, check if job b is runnin

Re: Shared Perforce workspace

2014-03-24 Thread Gareth Bowles
Does every build need to sync the entire depot ? That's very unusual; individual builds that get code from Perforce normally use a restricted client view to get only the sub-paths from the depot that they need. In that situation, each Jenkins job would use a different client view and you shou

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: Run build only when requirements/development.txt or similar files have changed

2014-03-24 Thread Mauricio de Abreu Antunes
I also tried to add "Force polling using Workspace". 2014-03-24 9:52 GMT-03:00 Mauricio de Abreu Antunes < mauricio.abr...@gmail.com>: > What I tried so fat is: > > Read about BuildFlow > Read about Polling Ignore Commits in Certain Paths > > I had no success. > > On Friday, March 21, 2014 6:36:

Re: Unable to sign up for http://jenkins-ci.org/ account

2014-03-24 Thread Larry Shatzer, Jr.
Done. Odd I did not see your email to the dev list. I even checked the unmoderated emails and did not see it. Sorry for the delay. -- Larry On Sun, Mar 23, 2014 at 10:36 AM, Manivannan wrote: > > > -- Forwarded message -- > From: Manivannan > Date: Sun, Mar 23, 2014 at 10:01

Way to "Enable Security" programmatically?

2014-03-24 Thread Robert Berger
I can't seem to find an example of how to Enable Security other than from the Web UI. Not being a Groovy/Java kind of guy, could someone point me to an example of how to script the initial Enabling of Security that normally is done by clicking on Configure Global Security -> Enable Security.

Hot list - CSR Infotech Inc updated (SQL Developers are available )

2014-03-24 Thread Shanu Csr
Hello partners, Here is the list of candidates Available Immediately. Please send your direct client requirements to *sh...@csrinfotech.com* *SKILL* *LOCATION* *RELOCATION* *AVAILABILITY* *SQL SERVER DEVELOPER* *VA* *OPEN* *IMMEDIATE* *SQL SERVER DEVELOPER* *MD* *OPEN* *IMMEDIATE*

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-24 Thread Mauricio de Abreu Antunes
What I tried so fat is: Read about BuildFlow Read about Polling Ignore Commits in Certain Paths I had no success. On Friday, March 21, 2014 6:36:37 PM UTC-3, Mauricio de Abreu Antunes wrote: > > Hello list > > I have a Django project running builds every day. My build process has a > shell comm