Jenkins could not run git

前端 未结 15 1388
臣服心动
臣服心动 2020-12-29 01:22

I\'ve installed Jenkins on my mac (osx lion). But I couldn\'t get it work. This is the stacktrace I\'ve got:

Started by user anonymous

Checkout:workspace /          


        
15条回答
  •  臣服心动
    2020-12-29 02:24

    In case the Jenkins is triggering a build by restricting it to run on a slave or any other server (you may find it in the below setting under 'configure')

    then the Path to Git executable should be set as per the 'slave_server_hostname' or any other server where the git commands are executed.

提交回复
热议问题