Re-added the maven tool.

This commit is contained in:
Christopher Jones 2017-09-06 10:46:00 -05:00
parent 9ee0b657e2
commit 43932be6a0

6
Jenkinsfile vendored
View file

@ -2,9 +2,9 @@ pipeline {
//environment {
//}
//tools {
// maven 'Maven 3.5.0'
//}
tools {
maven 'Maven 3.5.0'
}
agent none