Skip to content

Commit

Permalink
Test against Java 21 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxblum committed Jul 6, 2023
1 parent 251135a commit 61a59ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ pipeline {
}
}
}
stage('Publish JDK 20 + Redis 6.2 Docker Image') {
stage('Publish JDK 21 + Redis 6.2 Docker Image') {
when {
anyOf {
changeset "ci/openjdk20-redis-6.2/Dockerfile"
changeset "ci/openjdk21-redis-6.2/Dockerfile"
changeset "Makefile"
changeset "ci/pipeline.properties"
}
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Java versions
java.main.tag=17.0.7_7-jdk-focal
java.next.tag=20-jdk-jammy
java.main.tag=17.0.6_10-jdk-focal
java.next.tag=21-jdk-bullseye

# Docker container images - standard
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag}
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk:${java.next.tag}

# Supported versions of MongoDB
docker.mongodb.4.4.version=4.4.22
docker.mongodb.5.0.version=5.0.18
Expand Down

0 comments on commit 61a59ff

Please sign in to comment.