I have created free-style software project in Hudson.
I want to clone a public Git repository: git://github.com/bret/watir.git
Build fails with error message
Looks like hudson git plugin remote windows slave clone post was right. When I go to Manage Hudson > Configure System, in Git > Git executable
section, there is error There's no such executable git in PATH
. (If takes a few seconds for Hudson to display the error after the page is displayed.) Adding C:\Program Files\Git\bin
to path and restarting Hudson solved the problem.