I have looked around for an answer but can't get this working. I have both my Meteor app and Jenkins running locally on OS X. I followed this answer
but the build fails with the following output
My lack of knowledge of both Jenkins and Meteor is clearly at fault here, but I can't find a solution online.
I had to use /usr/local/bin/meteor
rather than just meteor
because it seemed the Jenkins user could not find the meteor command. So maybe I am going wrong there.