jenkinsci / jenkinsci/subversion-plugin
[JENKINS-22351] Authentication error during assembly.(svn: E200015)
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Not so long ago there was a problem, three of the five assembly falls with the error:
hudson.util.IOException2: revision check failed on http://svnserver/projects/f01/platforms/windows/main/src/game
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: OPTIONS /projects/f01/platforms/windows/main/src/game failed
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to try. Authentication failed
Authentication to the repository settings are registered in assembly
Additional Credentials.
Tried different options, nothing helps, assembly falls error E2000015.
P.S. Sorry for my english!
---
Originally reported by alexch, imported from: Authentication error during assembly.(svn: E200015)
Raw content of original issue
Not so long ago there was a problem, three of the five assembly falls with the error:
hudson.util.IOException2: revision check failed on http://svnserver/projects/f01/platforms/windows/main/src/gameCaused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: OPTIONS /projects/f01/platforms/windows/main/src/game failed
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to try. Authentication failed
Authentication to the repository settings are registered in assembly
Additional Credentials.
Tried different options, nothing helps, assembly falls error E2000015.P.S. Sorry for my english!
environment
```
Jenkins Server:
MacOS 10.8.5
Jenkins ver. 1.553
Credentials Plugin ver. 1.10
Subversion Plug-in: ver. 2.2
SVN Server:
Ubuntu 10.04.4 LTS
svn, version 1.6.6 (r40053)
```
2 attachments
- [jenkins_error1.png](https://issues.jenkins.io/secure/attachment/25619/jenkins_error1.png)
> 
- [jenkins_error2.png](https://issues.jenkins.io/secure/attachment/25620/jenkins_error2.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.