Re: Ivy 2.3.0 in Ivy Plugin?

2013-03-02 Thread Johno Crawford
Hi Riccardo, I bumped it to 2.3.0 already but am yet to create a new plugin release. If all goes as planned I hope to push something out in the coming week(s), maybe sooner. Cheers, Johno On 28/02/2013 5:11 PM, Riccardo Foschia wrote: Greetings, does anybody know if there are plans to upd

Re: Master + slave + job JVM memory tuning...

2013-02-15 Thread Johno Crawford
As James mentioned it really depends on how many jobs you have and what you are actually building, project size etc. Off the top of my head here are some tips: If you do not require more than 2GB on Windows or 3GB on Linux I recommend using a 32-bit JVM (64-bit JVM uses double the space for ev

Re: Triggering build twice for each commit

2012-07-06 Thread Johno Crawford
On 6/07/2012 4:56 PM, Varghese Renny wrote: So how can set it synchronized with my window , linux and svn repo.. any plugin i need to install? Or we can configure it in jenkin itself? Thanks in Advance varghese Is your SVN repo and Jenkins on the same server? Are they configured using the

Re: Github authentication stopped working

2012-06-13 Thread Johno Crawford
On 13/06/2012 9:23 AM, lorewarden wrote: I noticed that our Jenkins instance that is configured to use the Github plugin to manage authentication has suddenly stopped working. It seems the github login process fails, and the following url and exception is displayed: /securityRealm/finishLogin

Re: Verification of inability to remediate vulnerability in Jenkins

2012-04-07 Thread Johno Crawford
I had a hard time reproducing the vulnerability with a simple helloworld war + Winstone, so I dug a little deeper and found there is code to prevent requests to WEB-INF in the Stapler framework which doesn't take into account all possible scenarios. I have created a patch and opened a pull request