Skip to content

Commit

Permalink
jdk15 build
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Sep 18, 2020
1 parent 53f3bbd commit e3ed05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -49,12 +49,12 @@ pipeline {
}
}

stage("Build / Test - JDK14") {
stage("Build / Test - JDK15") {
agent { node { label 'linux' } }
steps {
container( 'jetty-build' ) {
timeout( time: 120, unit: 'MINUTES' ) {
mavenBuild( "jdk14", "clean install -T3 -Djacoco.skip=true ", "maven3",
mavenBuild( "jdk15", "clean install -T3 -Djacoco.skip=true ", "maven3",
[[parserName: 'Maven'], [parserName: 'Java']])
}
}
Expand Down

0 comments on commit e3ed05f

Please sign in to comment.