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 build 217 with ssh
agent support a few days ago (according to
http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/trunk/HISTORY.txt).

So I'm wondering if it would be possible to merge this new feature in the
fork of this library for Jenkins on
https://github.com/jenkinsci/trilead-ssh2.

I'm then willing to help in implementing this feature in the CLI.

Best regards,
Reynald

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 wrote:

 Is there a way to set system property: java.io.tmpdir=/tmp for a slave?  I am 
 launching the slave via SSH.  I assume if I can map 
 java.io.tmpdir=/volume1/tmp my problem is solved.
 
 
 My problem is I am running out of /tmp space with a Jenkins slave running on 
 a Synology ARM based NAS which uses tmpfs or RAM as the /tmp resource.
 
 Thanks in advance,
 
 -Ed
 


 
 



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 reynald.bo...@gmail.com wrote:
 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
 fixed, will a new release of this plugin be done with this fix soon?
 If not, I might consider installing a snapshot version instead.

 Thanks,
 Reynald


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
fixed, will a new release of this plugin be done with this fix soon?
If not, I might consider installing a snapshot version instead.

Thanks,
Reynald


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 our
artifacts and repo name (and not very nicely written, but that's
another issue :-) ).

Cheers,
Reynald


On Wed, May 16, 2012 at 11:38 AM, Olivier Lamy oliver.l...@gmail.com wrote:
 Recently a repo per executor option has been added.
 That could help you

 2012/5/16 Jorg Heymans jorg.heym...@gmail.com:
 Hi,

 For a large (100+ m2 jobs) Jenkins instance, what are my options to control
 the diskspace taken up by the jobs' private m2 repos ? Since maven does not
 handle access to its own local repo transactionally (vote
 here http://jira.codehaus.org/browse/MNG-2802) we need to set a private
 local repo per job.

 Has anyone been able to tackle this in some way or another ?

 Thanks !
 Jorg



 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy