FATAL: command execution failed
java.io.IOException: Cannot run program "mvn" I've tried setting environment variables and that works for a shell script build step but not a Maven build step. I've tried setting Tool Locations on the slave to point at the slave's Maven installation and that doesn't work. How is this supposed to be accomplished?
I''m running a Jenkins Ubuntu Master with an OS X Slave
I can't get a build step "Invoking top-level Maven targets" to run on a slave.
I get aFATAL: command execution failedjava.io.IOException: Cannot run program "mvn"