Skip to content

Commit

Permalink
chore(ci): use java17 for wildfly IT
Browse files Browse the repository at this point in the history
  • Loading branch information
PHWaechtler committed Dec 20, 2024
1 parent a0550fe commit 8ce1d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ pipeline {
cambpmRunMaven('qa/',
'clean install -Pwildfly,h2,webapps-integration',
runtimeStash: true,
archiveStash: true)
archiveStash: true,
jdkVersion: 'jdk-17-latest')
},
postFailure: {
cambpmPublishTestResult()
Expand Down

0 comments on commit 8ce1d36

Please sign in to comment.