Skip to content

Commit c0189c4

Browse files
committed
HSEARCH-5493 Run JDK 17 build for PRs
so that we execute the spring test
1 parent 46a9ed8 commit c0189c4

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
@@ -172,7 +172,7 @@ stage('Configure') {
172172
// This should not include every JDK; in particular let's not care too much about EOL'd JDKs like version 9
173173
// See http://www.oracle.com/technetwork/java/javase/eol-135779.html
174174
new JdkBuildEnvironment(version: '17', testCompilerTool: 'OpenJDK 17 Latest',
175-
condition: TestCondition.AFTER_MERGE),
175+
condition: TestCondition.BEFORE_MERGE),
176176
new JdkBuildEnvironment(version: '21', testCompilerTool: 'OpenJDK 21 Latest',
177177
condition: TestCondition.AFTER_MERGE),
178178
// We want to enable preview features when testing newer builds of OpenJDK:

0 commit comments

Comments
 (0)