-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
tfs-plugin 5.1.0, Jenkins 1.651.3
Glad to see plugin now fails if any path/filename too long.
But the failure message does not provide the name of the path/file causing the failure.
Makes it hard to identify the culprit since it can be any one of the files in a given directory.
Add to error message the offending culprit value.
Bonus appreciation if it would report ALL paths/files too long rather than immediate fail on first.
FATAL: hudson.remoting.ProxyException:
java.lang.RuntimeException: com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException:
com.microsoft.tfs.core.exceptions.TECoreException:
The specified path, file name, or both are too long.
The fully qualified file name must be less than 260 characters,
and the directory name must be less than 248 characters.
- is related to
-
JENKINS-48506 Long Filesystem Path gt Repo Folder Path Combination not trapped
-
- Open
-
Any resolution for this?