I\'m doing a build on my Ubuntu 14.04 LTS but I\'m getting the following:
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/videovixx
&
There are multiple things here.
You either didn't select Maven version in Job configuration.
Or you didn't configure Jenkins to install a Maven version.
Or you expected to use locally installed Maven on the Slave, but it's not configured for jenkins
user.
Since I don't know what you've configured (or didn't configure) and what you expected to use, I can't answer directly, but I can explain how it works.
jenkins
user
sudo jenkins
, and then execute mvn
on your Slave to verify that jenkins
user can run mvn
Default
. This is the setting that uses the version that's installed locally on the node