jenkins on Mac, PATH is not set right, no /usr/local/bin
问题 I recently installed Jenkins, using Homebrew. I also installed Mercurial using Homebrew. I can successfully clone an hg repo just fine - from Terminal. But if I try and do the same thing as part of a job in Jenkins, it fails. So, in by job, I told Jenkins to run a shell script echo $PATH . Sure enough, the path /usr/local/bin is not there. If I execute the same command from Terminal, it's there. So, what is the best way to modify PATH so that Jenkins is pulling the same PATH that I'm using,