[ci] Switch to Adoptium JDK 17 for Jenkins CI (#15628) (#15632)

The last remaining Jenkins job prior to BK migration is for
exhaustive tests. The compatibility phase seems to be failing
since 57dc14c92
with Java 17.0.2

This commit switches from OpenJDK 17 (whose last release was 17.0.2)
to AdoptiumJDK 17 which actively receives updates and is bundled
in the custom images used by Jenkins.

(cherry picked from commit 66d37412e8)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
github-actions[bot] 2023-11-29 12:14:33 +02:00 committed by GitHub
parent 34056f378d
commit 02b67592d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
LS_BUILD_JAVA=jdk17
LS_RUNTIME_JAVA=jdk17
LS_BUILD_JAVA=adoptiumjdk17
LS_RUNTIME_JAVA=adoptiumjdk17