Skip to content

Commit

Permalink
Upgraded Jenkins to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Bryant committed Nov 30, 2022
1 parent 505172b commit 20a9d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ pipeline {
}

stages {
stage("test: baseline (jdk8)") {
stage("test: baseline (jdk17)") {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
image 'adoptopenjdk/openjdk17:latest'
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
}
}
Expand Down

0 comments on commit 20a9d99

Please sign in to comment.