Skip to content

Commit

Permalink
ci: switch to Java17 for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Dec 6, 2024
1 parent ef0ced3 commit ca9c9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ node {
stage('Build') {
timeout(time: 2, unit: 'HOURS') {
dir("kura") {
withMaven(jdk: 'adoptopenjdk-hotspot-jdk8-latest', maven: 'apache-maven-3.9.6') {
withMaven(jdk: 'temurin-jdk17-latest', maven: 'apache-maven-3.9.6') {
sh "touch /tmp/isJenkins.txt"
sh "mvn -f target-platform/pom.xml clean install -Pno-mirror -Pcheck-exists-plugin"
sh "mvn -f kura/pom.xml -Dsurefire.rerunFailingTestsCount=3 clean install -Pcheck-exists-plugin"
Expand Down

0 comments on commit ca9c9b1

Please sign in to comment.