Re: M2 Release Plugin + SVN

2012-06-06 Thread teilo
for webdav access if you configure jenkins & subversion to store credentials it should work (just don;t supply any username & password). For ssh access you are out of luck. /James On Jun 6, 3:33 pm, Daniel B wrote: > Does anyone know how to pass the jenkins saved credentials to the M2 > release

Re: M2 Release Plugin + SVN

2012-06-06 Thread Daniel B
Does anyone know how to pass the jenkins saved credentials to the M2 release plugin, rather than specifying the username and password in the build parameters? Thanks Dan On May 21, 11:27 am, "Nord, James" wrote: > Add "-Dusername=releaseuser" to the command line (if different from the user >

RE: M2 Release Plugin + SVN

2012-05-21 Thread Nord, James
Add "-Dusername=releaseuser" to the command line (if different from the user that runs Jenkins) Authenticate against SVN server using the svn command line tools on the slave (this updates ~jenkinsuser/.subversion/auth/) Copy that around all your slaves. Jenkins also has the ability somewhere to