Skip to content

Commit

Permalink
chore(ci): run WildFly engine integration jakarta stages on JDK 17 (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva authored Jun 15, 2023
1 parent 46c97a8 commit b9b9f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ pipeline {
'clean install -Pwildfly,postgresql,postgresql-xa,engine-integration-jakarta',
runtimeStash: true,
archiveStash: true,
// we need to use JDK 11 for WildFly 27+
jdkVersion: 'jdk-11-latest')
// we need to use JDK 17 for WildFly 27+ + Spring 6
jdkVersion: 'jdk-17-latest')
},
postFailure: {
cambpmPublishTestResult()
Expand Down Expand Up @@ -516,7 +516,7 @@ pipeline {
runtimeStash: true,
archiveStash: true,
// we need to use JDK 17 for WildFly 27+ + Spring 6
jdkVersion: 'jdk-17 -latest')
jdkVersion: 'jdk-17-latest')
},
postFailure: {
cambpmPublishTestResult()
Expand Down

0 comments on commit b9b9f3f

Please sign in to comment.