Jenkins version: 1.429
Git plugin version: 1.1.12
I am unable to get the Git plugin to clone a Git repository. It fails with the error
Command \
I believe the problem is this:
For a network path (such as V:) to be accessible/active, a user needs to be logged in. The Jenkins service does not actually log-in to a system, even if you run the service as you, and therefore network paths are usually not available by drive letter.
You might want to try the actual path to the repository, such as:
\\server\path\to\gitrepo
and see if that works.