Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 14:25
· 438 commits to refs/heads/master since this release
fa77c6d

💥 Breaking changes

JDK11 is now the default JDK for running the Jenkins agent.

If you still need JDK8 for building your application, please install it with Jenkins tools or by customizing the image:

FROM eclipse-temurin:8-jdk-focal as jdk8
FROM jenkins/ssh-agent:<version>

COPY --from=jre-build /opt/java/openjdk /opt/java/openjdk-8