Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-27 Thread Graham Leggett
On 04 Feb 2013, at 5:38 PM, Graham Leggett wrote: > I finally stumbled on a way to put the certificate in on a per project basis > (highly non ideal, but I'll take anything that works at this point). Still no > joy. > > The error I get is this: > Caused by: javax.net.ss

Re: First Subversion checkout fails

2013-02-09 Thread Graham Leggett
On Wednesday, 8 February 2012 10:32:35 UTC+2, Lars Fischer wrote: > this seems to be related to my Subversion server configuration. I > > disabled anonymous read access but Jenkins tries to read the revision > details (svn show log?) without authentication. > > Is there a way, how I can force Je

Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-06 Thread Graham Leggett
On 04 Feb 2013, at 5:38 PM, Graham Leggett wrote: > Is there a way to get rid of svnkit entirely? In our case the native svn > client works fine, we don't need this second client, it doesn't seem to work > properly with digital certificates and/or SNI and has no error hand

Jenkins Slave + Maven: How do I pass parameters to maven?

2013-02-04 Thread Graham Leggett
Hi all, In order to run the normal maven command line client, I need to pass various -D parameters to make SSL client certificates work, and this works fine. Maven run via a Jenkins slave maven build however, no joy at all, all I get is a handshake error. As a result, maven is definitely not r

Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-04 Thread Graham Leggett
On 04 Feb 2013, at 4:50 PM, Andreas Schilling wrote: > you know of http://YOURJENKINSINSTANCE/scm/SubversionSCM/enterCredential ? > To my current knowledge this URL is still kind of unknown. At least when we > set up SVN (like 2 years ago) we stumbled upon this more by accident than by > knowi

Jenkins + Subversion + SSL client certificates

2013-02-04 Thread Graham Leggett
Hi all, Does there exist a definitive description on how to set Jenkins up to talk to a subversion repository that is protected by SSL client certificates? The native subversion client works perfectly, but the svnkit based client refuses to connect, failing with a handshake error. Does the Jenk