Jenkins fails to fetch repo from GitStack server

0
I can clone/pull/push/fetch using git ("directly"); but Jenkins (git plugin) failed to do that.
Jenkins fails/stuck to fetch a repo hosted by the GitStack server.:

Console Output

Started by user Administrator
Building in workspace C:\Jenkins\workspace\TestBuild
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.remote.url http://server-pc/Test2.git # timeout=10
Fetching upstream changes from http://server-pc/Test2.git
 > git.exe --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git.exe fetch --tags --progress http://server-pc/Test2.git +refs/heads/*:refs/remotes/remote/*
ERROR: Timeout after 10 minutes
ERROR: Failed to join a process
org.jvnet.winp.WinpException: Failed to read environment variable table error=299 at .\envvar-cmdline.cpp:201
	at org.jvnet.winp.Native.getCmdLineAndEnvVars(Native Method)
	at org.jvnet.winp.WinProcess.parseCmdLineAndEnvVars(WinProcess.java:126)
	at org.jvnet.winp.WinProcess.getCommandLine(WinProcess.java:102)
	at hudson.util.ProcessTree$Windows$1.getArguments(ProcessTree.java:441)
	at hudson.plugins.msbuild.MsBuildKillingVeto.vetoProcessKilling(MsBuildKillingVeto.java:55)
	at hudson.util.ProcessTree$OSProcess.getVeto(ProcessTree.java:239)
	at hudson.util.ProcessTree$Windows$1.killRecursively(ProcessTree.java:422)
	at hudson.util.ProcessTree.killAll(ProcessTree.java:142)
	at hudson.Proc$LocalProc.destroy(Proc.java:378)
	at hudson.Proc$LocalProc.kill(Proc.java:370)
	at hudson.Proc$1.run(Proc.java:157)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)



Any idea?
 
asked December 3, 2016
chic06
0

1 Answer

0
Very weird. As the regular git client works, I would recommend to make a post on the jenkins forum.

Your Answer

Please login to post questions.