I have Jenkins running on a Windows Server 2012 master that uses a Linux VM as a slave node. My job gets files from 4 repo URLs:
Those pull in the following externals:
The first external is referenced using a full URL. The latter four are pulled in by relative paths.
The job can successfully check-out and update (and therefore build). However, the Subversion Polling Log has an error for each one of the above externals. It looks like this:
ERROR: Failed to check repository revision for <external path>
org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.
svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.
On my job configuration page, I clicked the 'Add additional credentials...' button. Without success, I have tried all of the following for the realm to try to authorize Jenkins for the first external:
Versions
Jenkins 1.629
SVN Plugin 2.5.3
SVNKit Library 1.8.6
Please Help!