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:

https://my.server/a/a/a/a/a
https://my.server/b/a/a/a/a/a/a
https://my.server/b/a/a/a/a/b/a
https://my.server/c/a/a/a/a

Those pull in the following externals:

https://my.server/a/b/a/a/a
https://my.server/b/a/a/a/a/c/a
https://my.server/b/a/a/a/a/d/a
https://my.server/b/a/a/a/a/e/a
https://my.server/b/a/a/a/a/f/a

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 *< 
<https://svn.ali.global/nAble/UserDevelopment/VGT/nAble_dev_class2/Runtime/common/Libraries>external
 path>*org.tmatesoft.svn.core.SVNCancelException 
<http://stacktrace.jenkins-ci.org/search?query=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:

<https://my.server:443> Company SVN Server: Authorized Users Only
<https://my.server:443/a> Company SVN Server: Authorized Users Only
<https://my.server:443/a/b/a/a/a> Company SVN Server: Authorized Users Only

*Versions*
Jenkins 1.629
SVN Plugin 2.5.3
SVNKit Library 1.8.6

Please Help!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e12ea398-9bac-4785-9173-265fbcb80dca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to