Started by user jnh5y@ccri.com Running on Jenkins in /home/hudson/genie.jts/.jenkins/jobs/Pipeline/workspace [Pipeline] node [Pipeline] { [Pipeline] stage [Pipeline] { (Preparation) [Pipeline] git Cloning the remote Git repository Cloning repository https://github.com/jglick/simple-maven-project-with-tests.git > /usr/local/bin/git init /home/hudson/genie.jts/.jenkins/jobs/Pipeline/workspace # timeout=10 Fetching upstream changes from https://github.com/jglick/simple-maven-project-with-tests.git > /usr/local/bin/git --version # timeout=10 > /usr/local/bin/git fetch --tags --progress https://github.com/jglick/simple-maven-project-with-tests.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git config remote.origin.url https://github.com/jglick/simple-maven-project-with-tests.git # timeout=10 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/local/bin/git config remote.origin.url https://github.com/jglick/simple-maven-project-with-tests.git # timeout=10 Fetching upstream changes from https://github.com/jglick/simple-maven-project-with-tests.git > /usr/local/bin/git fetch --tags --progress https://github.com/jglick/simple-maven-project-with-tests.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 7b64fc4ac386dd9e34df63feef99f2260ec9a6b0 (refs/remotes/origin/master) > /usr/local/bin/git config core.sparsecheckout # timeout=10 > /usr/local/bin/git checkout -f 7b64fc4ac386dd9e34df63feef99f2260ec9a6b0 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10 > /usr/local/bin/git checkout -b master 7b64fc4ac386dd9e34df63feef99f2260ec9a6b0 Commit message: "Adding MIT license because, well, someone asked." First time build. Skipping changelog. [Pipeline] tool [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No tool named M3 found Finished: FAILURE