Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hudson svn credentials

Tags:

hudson

How to enter subversion credentials in Hudson by shell? I've tried to generate file hudson.scm.SubversionSCM.xml in HUDSON_HOME and reload configuration, but changes weren't applied.

like image 491
Vlad Krylov Avatar asked Nov 06 '22 04:11

Vlad Krylov


1 Answers

The easiest way to enter a credential from the shell is to use "svn" executable. Hudson recognizes the ~/.subversion/auth directory that it creates.

like image 165
Kohsuke Kawaguchi Avatar answered Nov 09 '22 11:11

Kohsuke Kawaguchi