Skip to content

Commit

Permalink
Removing JDK12 build
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 24, 2019
1 parent 943a8c6 commit 7413483
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7413483

Please sign in to comment.