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