Skip to content

Commit 1f3e4cc

Browse files
committed
HSEARCH-5174 Test against latest OpenSearch 1.3.17
1 parent 2e38e5f commit 1f3e4cc

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
@@ -277,7 +277,7 @@ stage('Configure') {
277277
// --------------------------------------------
278278
// OpenSearch
279279
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
280-
new LocalOpenSearchBuildEnvironment(version: '1.3.16', condition: TestCondition.AFTER_MERGE),
280+
new LocalOpenSearchBuildEnvironment(version: '1.3.17', condition: TestCondition.AFTER_MERGE),
281281
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
282282
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
283283
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),

0 commit comments

Comments
 (0)