From d9a2079cbbc0d832c616ee304c14c263cc4c201c Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 12 Dec 2023 18:29:07 +0100 Subject: [PATCH] HSEARCH-5037 Test against latest Elasticsearch 7.17.16 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1bf4205b9ab..953b0956fa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -227,7 +227,7 @@ stage('Configure') { // so we don't test them // See https://hibernate.atlassian.net/browse/HSEARCH-4340 new LocalElasticsearchBuildEnvironment(version: '7.16.3', condition: TestCondition.ON_DEMAND), - new LocalElasticsearchBuildEnvironment(version: '7.17.15', condition: TestCondition.AFTER_MERGE), + new LocalElasticsearchBuildEnvironment(version: '7.17.16', condition: TestCondition.AFTER_MERGE), // Not testing 8.0 because we know there are problems in 8.0.1 (see https://hibernate.atlassian.net/browse/HSEARCH-4497) // Not testing 8.1-8.6 to make the build quicker. new LocalElasticsearchBuildEnvironment(version: '8.1.3', condition: TestCondition.ON_DEMAND),