Unable to get Jenkins and Git to play nice

前端 未结 2 1709
时光取名叫无心
时光取名叫无心 2020-12-17 00:41

Jenkins version: 1.429
Git plugin version: 1.1.12

I am unable to get the Git plugin to clone a Git repository. It fails with the error

Command \         


        
2条回答
  •  温柔的废话
    2020-12-17 01:10

    Shot in the dark: Have you tried double slashes? eg

    V:\\VIPOR
    

    We were on a similar path as yourself (jenkins and git on a windows box) and quickly found that we needed to move to linux. We got the impression that many of the plugins were not tested throughly (or at all) on windows.

提交回复
热议问题