Mup deploy - Error: spawn ENOENT

Hi guys, have you ever seen this error before?

Meteor Up: Production Quality Meteor Deploymentse[22me[39m
e[34me[1m------------------------------------------------
e[22me[39m
Building Started: .

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:1011:11)
    at Process.ChildProcess._handle.onexit (child_process.js:802:34)
Build step 'Execute shell' marked build as failure

I’m trying to perform a deploy but it’s not working.
I don’t know if it matters but, I’m firing the process from jenkins…

Check your appPath, it may be incorrect.

Yes, it was. Thanks @arunoda.