Skip to content

Commit eb8636f

Browse files
marko-bekhtayrodiere
authored andcommitted
HSEARCH-5099 Test against latest OpenSearch 1.3.15
1 parent 0405bac commit eb8636f

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
@@ -250,7 +250,7 @@ stage('Configure') {
250250
// --------------------------------------------
251251
// OpenSearch
252252
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
253-
new LocalOpenSearchBuildEnvironment(version: '1.3.14', condition: TestCondition.AFTER_MERGE),
253+
new LocalOpenSearchBuildEnvironment(version: '1.3.15', condition: TestCondition.AFTER_MERGE),
254254
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
255255
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
256256
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),

0 commit comments

Comments
 (0)