Hello, 2012/2/6 Lars Fischer <[email protected]>: > > after committing a change into a Subversion repository, I start a > Jenkins job, which includes a svn checkout. > > The first run of this job fails because svn is not able to perform the > checkout. (see [1]) > If I start this job again without any other svn operation, the svn > checkout runs fine.
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 Jenkins to use the known credentials? Regards, Lars
