| Hello, I have encountered an issue where although i set correct path(in my case /usr/local/maven) to my local maven installation(inside Global Tool Configuration tab) my build fails @ run time with the message "mvn: not found". Workaround to this was the creation of a symlink inside /usr/bin pointing to my mvn binary, this worked because /usr/bin was already present in the PATH variable of jenkins user. My setup: fresh install of Ubuntu 18.04 inside VirtualBox (up to date) Jenkins Version 2.164.3 Apache Maven Version 3.6.1 I hope this is not a duplicate issue, i searched for it but couldn't find any reported. Please let me know if you need any more information. Regards, Eduard. |