Jenkins git plugin - soooo slow sometimes

前端 未结 2 1238
悲&欢浪女
悲&欢浪女 2021-02-14 04:29

The following is taken from the Jenkins log:

00:00:03.135  > git fetch --tags --progress git@github.com:some_org/some_repo.git +refs/heads/*:refs/remotes/orig         


        
2条回答
  •  面向向阳花
    2021-02-14 04:36

    At least in our case, the issue was git version. We upgraded from 1.9 to 2.1.2 and issue got resolved. When I first posted the question, I was under the wrong impression that the upgrade already took place..

提交回复
热议问题