Caused by: hudson.plugins.git.GitException: Error performing command: C:\Program Files (x86)\Git\cmd\git.exe clone --progress -o origin http://servername.com/home/git/repositories/directory/abcdefg.git C:\Jenkins\workspace\directory Command "C:\Program Files (x86)\Git\cmd\git.exe clone --progress -o origin http://servername.com/home/git/repositories/directory/abcdefg.git C:\Jenkins\workspace\directory" returned status code 128: Cloning into 'C:\Jenkins\workspace\directory'... fatal: http://servername.com/home/git/repositories/directory/abcdefg.git/info*/refs?service=git-upload-pack not found: did you run git update-server-info on the server?*
I have logged on to the server and in directory where the abcdefg.git repo is located, I have run 'git update-server-info'. Build still fails. Any ideas? Config file update? Jenkins - 1.447.2 running on Windows Server 2008 R2 Git plugin - 1.1.15 Git hosted on Linux Ubuntu 12.04 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
