Naginator Plugin not working

2013-06-25 Thread VinodKumar
Hi All, I am using naginator plugin to retry build failures. But it seems it is not working I am geeting "WARNING: Untrapped Error in Servlet java.lang.NullPointerException" in jenkins logs. Anybody faced same problem? -- View this message in context: http://jenkins-ci.361315.n4.nabble.c

Re: Notify "n Minutes before Job Starts"

2013-06-25 Thread VinodKumar
Thanks ganncamp ! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670760.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "J

Re: Notify "n Minutes before Job Starts"

2013-06-25 Thread VinodKumar
Thanks Martin!! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670761.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Jenk

Jenkins api: can you filter builds of a job by build parameters?

2013-06-25 Thread cchen
1) For a parameterized job, how can I filter builds by build parameters? For example, I would like to get all the builds of a job that have parameter name = 'abc' in one call. Currently, I have to make multiple calls. 2) Another related question - I can filter build records using build numb

Re: Problem with concurrent executions of the same Jenkins job

2013-06-25 Thread cchen
No way to easily turn off the wait. A couple of solutions for you to consider: 1) Modified the code in the jenkins plugins that are blocking you to not wait for previous builds to complete. 2) Instead of posting to a parameterized job, the client would create a new job and post the build there

Problem with concurrent executions of the same Jenkins job

2013-06-25 Thread Corey
We recently consolidated 40+ build jobs on Jenkins into a single parameterized job that supports builds on multiple branches and includes several boolean build parameters that control which submodules will be rebuilt before packaging everything together. Because we don't want a build on one bra

Re: Global Build Stats Plugin are accessible only for users with Admin permission

2013-06-25 Thread Mehdi Hayani
I don't have a clear answer for your question, all what I know is that if you are interested in my proposal such problems can be handled And I'll be happy helping you implementing it :) Regards, Mehdi -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Quiet period issue in Jenkins configuration

2013-06-25 Thread Richard Bywater
Is this via polling or by hitting "Build Now"? I *think* that Build Now does not use quiet period as such. From the link provided: "It is also possible for some of those to override the quiet period configured in the project. For example, when you click "Build Now" button in your browser, your brow

Re: How to use git post-receive hook with secured Jenkins

2013-06-25 Thread Richard Bywater
Wouldn't have thought so but sounds like its all fixed for now so all good now I guess :) Richard. On Tue, Jun 25, 2013 at 11:54 PM, Jon Schewe wrote: > I just reconfigured my Jenkins to be behind apache so that it's on port 80 > and SourceForge will let me hit it and now the nofityCommit hook

Re: I can't use Java Web Start to run Jenkin, HELP ME PLEASE!!!!

2013-06-25 Thread Nayana ABREU
I am using Firefox, maybe it has something to do with my firewall configurations, but I don't know how to configure it. :( Em terça-feira, 25 de junho de 2013 15h18min48s UTC-4, Nayana ABREU escreveu: > > I can't use Java Web Start to run Jenkins, as shown in the image. > > My Java version is:

Re: I can't use Java Web Start to run Jenkin, HELP ME PLEASE!!!!

2013-06-25 Thread Slide
What does yet say under "Details"? On Jun 25, 2013 12:19 PM, "Nayana ABREU" wrote: > I can't use Java Web Start to run Jenkins, as shown in the image. > > My Java version is: 1.7.0_11 > Java(TM) SE Runtime Environment (build 1.7.0_11-b21) > Java Hotspot(TM) 64-bit Server UM(build 23.6-b04, mixed

I can't use Java Web Start to run Jenkin, HELP ME PLEASE!!!!

2013-06-25 Thread Nayana ABREU
I can't use Java Web Start to run Jenkins, as shown in the image. My Java version is: 1.7.0_11 Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java Hotspot(TM) 64-bit Server UM(build 23.6-b04, mixed mode) -- You received this message because you are subscribed to the Google Groups "Jenkin

Re: Paramterized build "List subversion tags" unable to use in rrepoURl

2013-06-25 Thread Peter Davis
It seems you simply have to manually launch a build before the default subversion tag setting will take effect for polling. Good luck, Peter Davis On Tue, Jun 25, 2013 at 9:58 AM, Peter Davis wrote: > You're right, Virg. It mysteriously fixed the problem for ONE of my jobs. > Then I create

Who is in the queue?

2013-06-25 Thread Shannon Kerr
Hello! I'm using Jenkins 1.519. I have setup a generic job that developers can do a "one off" build as needed. The job is parameterized and requests the user select the branch they want to build for from a list of available branches. My issue is, when a build gets into the queue, I can't tel

Re: Paramterized build "List subversion tags" unable to use in rrepoURl

2013-06-25 Thread Peter Davis
You're right, Virg. It mysteriously fixed the problem for ONE of my jobs. Then I created another job attempting to use 'List Subversion tags' and now I see the same polling error again. I've tried different syntaxes, ${SVN_TAG} vs $SVN_TAG vs $TAG; I've tried restarting, reloading, deleting/addin

Re: How to implement to reboot the slave node

2013-06-25 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This sort of thing can be done with the free cloud plugins as well (Amazon EC2, JClouds, etc.), where the technique is to launch a new, clean slave instance for each job that requires one, instead of rebooting an existing slave. - Original Message - From: jenkinsci-users@googlegroups.com

Re: How to implement to reboot the slave node

2013-06-25 Thread Daniel Beck
Jenkins Enterprise has the VMware Autoscaling plugin that might work for you. http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-vmware-auto-scaling-plugin.cb > A very typical example of this functionality is to have Jenkins revert the VM > to the golden snapshot and power on in t

Re: Quiet period issue in Jenkins configuration

2013-06-25 Thread SJ
Job get started immediately without the delay time. I have the quiet period value as 600 On Tuesday, June 25, 2013 5:44:48 PM UTC+5:30, Geoff Cummings wrote: > > How is it behaving for you? > > http://jenkins-ci.org/content/quiet-period-feature > > avoid setting quiet period longer than the po

Re: Quiet period issue in Jenkins configuration

2013-06-25 Thread Geoff Cummings
How is it behaving for you? http://jenkins-ci.org/content/quiet-period-feature avoid setting quiet period longer than the polling interval. On 25 Jun 2013, at 10:57, Saju Joseph wrote: *Details*:- We have a requirement to configure some kind of delayed job execution in Jenkins, and came to k

Re: How to use git post-receive hook with secured Jenkins

2013-06-25 Thread Jon Schewe
I just reconfigured my Jenkins to be behind apache so that it's on port 80 and SourceForge will let me hit it and now the nofityCommit hook works. Perhaps something about being exposed on an alternate port? On Tue, Jun 25, 2013 at 5:44 AM, Jon Schewe wrote: > Here's what I get: > > >curl > http

Re: How to use git post-receive hook with secured Jenkins

2013-06-25 Thread Jon Schewe
Here's what I get: >curl http://mtu.net:8042/jenkins/git/notifyCommit?url=http://git.code.sf.net/p/fll-sw/code Error 404Status Code: 404Exception: Stacktrace: (none) Generated by Winstone Servlet Engine v0.9.10 at Tue Jun 25 06:43:36 EDT 2013 On Mon, Jun 24, 2013 at 9:35 PM, Richard Bywater wro

Quiet period issue in Jenkins configuration

2013-06-25 Thread Saju Joseph
*Details*:- We have a requirement to configure some kind of delayed job execution in Jenkins, and came to know that 'Quiet period' in 'Manage Jenkins->Configure Systems' screen is basically designed for "a newly scheduled build waits for this many seconds before actually being built" But seems

Re: Paramterized build "List subversion tags" unable to use in rrepoURl

2013-06-25 Thread 06virg
Thank you so much for your suggestion. I have upgraded subversion plugin to 1.50 and jenkins 1.517. But still I having same issue. I am using jenkins on windows. Is it making the difference? I am checkout source like this http://test.com/tags/${svn-tag}/sourc

Jekins can not receive request from github when pull request is committed

2013-06-25 Thread gexiaojun
Hi, I am using github pull request builder plugin with Jekins, however, Jekins can not receive the request from github when pull request is committed. I followed the installation on https://github.com/janinko/ghprb. Also set the specified events to "issue_comment" and "pull_request". And i