DATAJDBC-603 - Use JDK 15 for latest CI jobs.

This commit is contained in:
Greg L. Turnquist
2020-10-26 13:14:18 -05:00
parent d5fdbd1581
commit 18a2443380

4
Jenkinsfile vendored
View File

@@ -64,10 +64,10 @@ pipeline {
}
}
stage("test: baseline (jdk13)") {
stage("test: baseline (jdk15)") {
agent {
docker {
image 'adoptopenjdk/openjdk13: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