I have a Jenkins pipeline where it creates a linux VM for execution of test. The executor in the Jenkins is also a small vm which runs on windows. So basically its a STAF call between windows machine to Linux machine. When I try to run that, I am getting "mvn command not found" error. But when I login the Linux VM manually and check, I could see the mvn installed. (Also I could run the commands) Any idea how I can resolve this?