Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Duplicate
-
Jenkins version 1.593, SVN plugin version 2.5, SVN version 1.8, Credentials plugin version 1.2
Description
I am getting an error when I try to checkout my repositories:
Unable to access [url removed] : svn: E170001: Negotiate authentication failed: 'No valid credentials provided'
I have supplied credentials through Jenkins; on the command-line, I can checkout the exact url it's pointed at using the exact credentials specified simply as username and password arguments. I have also tried adding "Additional Credentials", but that doesn't help. Storing credentials for command-line svn did not help, nor did removing the entire credentials store for user Jenkins in case that was interfering.
Attachments
Issue Links
- duplicates
-
JENKINS-26158 Active Directory authentication for Subversion plugin fails
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Steven Christou [ schristou ] |
Link |
This issue duplicates |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 160541 ] | JNJira + In-Review [ 196469 ] |
We're also seeing this error with Jenkins 1.580.2, Credentials plugin 1.20, and Subversion plugin 2.5
We can use the same credentials on the command and successfully access the repository.