Add the tools.

This commit is contained in:
Endolf 2018-05-23 01:00:46 +01:00
parent 62451c9cb7
commit 4c7eff906e

4
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent none
triggers { pollSCM('H/15 * * * *') }
tools {
maven 'apache-maven-3.0.1'
jdk 'OpenJDK 9'
}
stages {
stage('Build') {
parallel {