Skip to content

Commit 3e7ee06

Browse files
committed
HSEARCH-5493 Run JDK 21 build for PRs
so that we execute the spring test
1 parent 23aa189 commit 3e7ee06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ stage('Configure') {
174174
new JdkBuildEnvironment(version: '17', testCompilerTool: 'OpenJDK 17 Latest',
175175
condition: TestCondition.AFTER_MERGE),
176176
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
177-
condition: TestCondition.AFTER_MERGE),
177+
condition: TestCondition.BEFORE_MERGE),
178178
// We want to enable preview features when testing newer builds of OpenJDK:
179179
// even if we don't use these features, just enabling them can cause side effects
180180
// and it's useful to test that.

0 commit comments

Comments
 (0)