#463 - Use JDK 15 for CI jobs.

This commit is contained in:
Greg L. Turnquist
2020-10-26 16:08:53 -05:00
parent 740c58ab18
commit bdc488de09

4
Jenkinsfile vendored
View File

@@ -60,10 +60,10 @@ pipeline {
}
}
stage("test: baseline (jdk14)") {
stage("test: baseline (jdk15)") {
agent {
docker {
image 'adoptopenjdk/openjdk14:latest'
image 'adoptopenjdk/openjdk15:latest'
label 'data'
args '-u root -v /var/run/docker.sock:/var/run/docker.sock'
// root but with no maven caching