prak_dev
prak_dev

Reputation: 21

Jenkins not able to locate git on my laptop. The recommended git tool is: NONE

I have specified the path of git in both Configure System and Global Tool configuration in jenkins but still jenkins is showing "The recommended git tool is: NONE" in console output.

Upvotes: 2

Views: 2352

Answers (1)

Try use

tools { git 'Git' }

before te steps.

Upvotes: 0

Related Questions