On 23 March 2012 10:02, Pavel Krivanek <[email protected]> wrote: > Hi, > > we have got a problem with Git on CI server that cause failing > "Scripts download" job. Console output tells: > > Cannot run program "git" (in directory > "/Users/hudson/jenkins/workspace/Scripts download"): error=2, No such > file or directory > > I looked at the Jenkins configuration and it cannot find Git: > There's no such executable git in PATH: /sbin, /usr/sbin, /bin, /usr/bin. >
It is because some swiss guy changed the slaves, where this job can be run by stating "linux || mac" without checking if all slaves have git installed. :) > Cheers, > -- Pavel > -- Best regards, Igor Stasenko.
