Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
Jenkins 1.610
Subversion plugin 2.5
Oracle JDK 1.7.0_67 x64
Windows Server 2008 R2 Standard
Description
Subvresion update cancelled after job started.
14:09:40 [EnvInject] - Loading node environment variables.
14:09:40 Building on master in workspace C:\dev\jenkins\jobs\my-job\workspace
14:09:40 Cleaning up C:\dev\jenkins\jobs\my-job\workspace\my-module
14:09:45 Deleting C:\dev\jenkins\jobs\my-job\workspace\my-module\target
14:09:45 Updating http://my-svn/trunk/my-module at revision '2015-04-21T14:09:40.817 +0300'
14:09:50 ERROR: Subversion update has been canceled
14:09:50 Build was aborted
14:09:50 Finished: ABORTED
Attachments
Issue Links
- duplicates
-
JENKINS-29211 E200015: ISVNAuthentication provider did not provide credentials
-
- Resolved
-
I experienced the same issue after upgrading svn plugin. When i checked the job page, the SCM part of configuration page indicate an error, because currently can't use any Credentials. When i re-set the proper credential fields, everything works again. I think the only issue is the error message, because it's misleading.