Fixing Jenkinsfile

This commit is contained in:
Joakim Erdfelt 2019-06-10 09:28:28 -05:00
parent 2523e828b3
commit 2e9aa24d02
1 changed files with 0 additions and 10 deletions

10
Jenkinsfile vendored
View File

@ -40,16 +40,6 @@ pipeline {
}
}
stage("Build / Test - JDK11") {
agent { node { label 'linux' } }
options { timeout(time: 120, unit: 'MINUTES') }
steps {
mavenBuild("jdk11", "-Pmongodb install", "maven3", false)
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
maven_invoker reportsFilenamePattern: "**/target/invoker-reports/BUILD*.xml", invokerBuildDir: "**/target/it"
}
}
stage("Build / Test - JDK12") {
agent { node { label 'linux' } }
options { timeout(time: 120, unit: 'MINUTES') }