mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
jdk15 build
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
53f3bbd32d
commit
e3ed05fc1c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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']])
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user