-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.190.1
Subversion Plug-in 2.12.2
Current implementation of getLocalDir function
if(local==null) return getLastPathComponent(getURL()); return local;
When local == "" the function returns workspace, but checkout occurs in last path component of the URL relative to the workspace root.
Conditions should be if(local==null || local == "")