Skip to content

Commit 58d6fce

Browse files
committed
HSEARCH-5411 Test against latest Elasticsearch 7.17.29
1 parent ff4d973 commit 58d6fce

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
@@ -239,7 +239,7 @@ stage('Configure') {
239239
// so we don't test them
240240
// See https://hibernate.atlassian.net/browse/HSEARCH-4340
241241
new LocalElasticsearchBuildEnvironment(version: '7.16.3', condition: TestCondition.ON_DEMAND),
242-
new LocalElasticsearchBuildEnvironment(version: '7.17.28', condition: TestCondition.AFTER_MERGE),
242+
new LocalElasticsearchBuildEnvironment(version: '7.17.29', condition: TestCondition.AFTER_MERGE),
243243
// Not testing 8.0 because we know there are problems in 8.0.1 (see https://hibernate.atlassian.net/browse/HSEARCH-4497)
244244
// Not testing 8.1-8.6 to make the build quicker.
245245
new LocalElasticsearchBuildEnvironment(version: '8.1.3', condition: TestCondition.ON_DEMAND),

0 commit comments

Comments
 (0)