Jenkins CLI: ssh key and ssh agent

2013-06-14 Thread Reynald Borer
Hi, I'm probably not the only one interested in having Jenkins CLI being able to use an existing ssh agent instead of prompting for the key passphrase at every action. I've had a quick look at the code and haven't found anything about that. Luckily, it seems that the trilead ssh2 library released

Re: How set java.io.tmpdir=/tmp for Jenkins slave?

2013-01-07 Thread Reynald Borer
Hi, Try to add the following inside the JVM options: "-Djava.io.tmpdir=/foo" (click on Advanced under Launch method to see show this field). Then disconnect and reconnect the slave to take this parameter into account. Cheers, Reynald On Monday, January 7, 2013 at 18:51 , Ed of the Mountain

Re: scm-sync-configuration: huge logs since last update (version 0.0.6)

2012-10-12 Thread Reynald Borer
Hi, I've made a release based on the current git source code to fix this logging issue, if anyone is interested, the hpi can be found here: http://dl.dropbox.com/u/28698412/scm-sync-configuration.hpi Cheers, Reynald On Wed, Oct 10, 2012 at 9:59 AM, Reynald Borer wrote: > Hello e

scm-sync-configuration: huge logs since last update (version 0.0.6)

2012-10-10 Thread Reynald Borer
Hello everybody, I've recently updated the scm-sync-configuration plugin of my Jenkins installation and this plugin is now quite verbose with logs. My log file grew of around 2gb per day. This issue has already been reported in https://issues.jenkins-ci.org/browse/JENKINS-15266 and is already fix

Re: keeping m2 repository disk space under control

2012-05-16 Thread Reynald Borer
Hi, I'm using this option myself, and I have written a quick shell script that will frequently purge the content of those per executor repo, based on what has been deployed to our Nexus repository (it only erase our old SNAPSHOTs). I can share it if needed, but beware this is really specific to o

Re: Plugins are not updating

2012-04-03 Thread Reynald Borer
Hi, Same issue here with the latest Jenkins version (1.458) running on a debian squeeze. Has anyone already reported this issue in a Jira ticket? Regards, Reynald On Tuesday, April 3, 2012 at 7:24 , Corey Quinn wrote: > I can also replicate this on a pair of Jenkins instances running on Ub