-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: subversion-plugin
http://javadoc.jenkins.io/hudson/scm/ChangeLogSet.Entry.html#getAffectedFiles--Â says
Returns a set of paths in the workspace that was affected by this change.
Â
However, these paths are not necessarily relative to the workspace root, they're relative to the checkout directory. Further, there is no way to query said checkout directory through the ChangeLogSet.
Â
This makes `currentBuild.changeSets` rather unusable for SVN checkouts.
Â
Â