Removing JDK12 build

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-09-24 15:35:00 -05:00
parent 943a8c6fec
commit 7413483fc5
1 changed files with 0 additions and 11 deletions

11
Jenkinsfile vendored
View File

@ -52,17 +52,6 @@ pipeline {
}
}
stage("Build / Test - JDK12") {
agent { node { label 'linux' } }
steps {
timeout(time: 120, unit: 'MINUTES') {
mavenBuild("jdk12", "-Pmongodb install", "maven3", true)
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml'
}
}
}
stage("Build / Test - JDK13") {
agent { node { label 'linux' } }
steps {