-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Windows Server 2008 R2,
Jenkins 1.599
We're using username and password over HTTP as authentication to the svn server and the Jenkins service is running as the same user.
Recently we upgraded the subversion plugin to v2.5 from v2.4.5 and this caused svn authentication to fail with the following error:
svn: E200015: authentication cancelled
Diving deeper into the cause of this revealed that Jenkins no longer tries to login to the svn server using HTTP clear text authorization (don't know the real name for this) but now tries to use NTLMSSP. Jenkins seems to use the correct username using NTLMSSP but the authentication fails.
- is duplicated by
-
JENKINS-26158 Active Directory authentication for Subversion plugin fails
- Resolved
-
JENKINS-26370 Subversion Plugin 2.5 skips some externals resulting in partial checkout
- Resolved
-
JENKINS-26440 svn: E200015: authentication cancelled (subversion plugin 2.5)
- Resolved
- is related to
-
JENKINS-27977 NullPointer & authentication cancelled occure immediately on SVN checkout
- Closed