Error in Jenkins connection to stash

前端 未结 3 1911
[愿得一人]
[愿得一人] 2021-01-04 09:55

I\'m trying to configure my Jenkins job to connect to Altassian Stash. I\'m using the git plugin for Jenkins.

Here the job configuration details- under source code m

3条回答
  •  温柔的废话
    2021-01-04 10:47

    I know its a little late but this worked for me:

    Check if you have install git on the Jenkins server, and check if you have set the git executable path in the Jenkins configuration

    More specifically go to 'Manage Jenkins' -> 'Global Tool Configuration' and check the 'Path to Git executable' field.

    Source: https://serverfault.com/a/669487/212634

提交回复
热议问题