你出现 10 分钟的有一种原因应该是原始的 Git 仓库太大,导致 Clone 时间太久,超过 10 分钟。如果是这种原因,可以尝试以下设置:单个构建任务中:Source Code Management -> Git -> Additional Behaviours -> Shallow cloneShallow clone:Perform shallow clone, so that git will not download history of the project, saving time and disk space when you just want to access the latest version of a repository.这个可以帮助你减少 Clone 所花费的时间,Shallow clone 是只获取当前仓库的最新版本。备注:本来是想截图来着,但是一直传不上去。