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
For some reason, Jenkins doesn't keep /usr/local/bin in the PATH when connecting to a slave. You can add it to the PATH either by
Adding a .bashrc file on the user folder with
PATH="/usr/local/bin:${PATH}"