Skip to content

Commit 3bdaa2b

Browse files
committed
HSEARCH-5291 Test against latest OpenSearch 1.3.20
1 parent 7cdcbac commit 3bdaa2b

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.19', condition: TestCondition.AFTER_MERGE),
280+
new LocalOpenSearchBuildEnvironment(version: '1.3.20', 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)