git 超时 时长 设置?
时间:2018-11-06 11:42:52
收藏:0
阅读:1387
[Pipeline] { (Checkout)
[Pipeline] checkout
> git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url file:////Foo/Bar/.git # timeout=10
Fetching upstream changes from file:////Foo/Bar/.git
> git.exe --version # timeout=10
> git.exe fetch --tags --progress file:////Foo/Bar/.git +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
https://issues.jenkins-ci.org/browse/JENKINS-40069
原文:https://www.cnblogs.com/marklove/p/9914312.html
评论(0)