Add the tools.

This commit is contained in:
Endolf 2018-05-23 01:02:13 +01:00
parent 4c7eff906e
commit cc2c663916

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent none
triggers { pollSCM('H/15 * * * *') }
tools {
maven 'apache-maven-3.0.1'
maven 'Maven 3.5.3'
jdk 'OpenJDK 9'
}
stages {