Skip to content

Commit af889f4

Browse files
marko-bekhtayrodiere
authored andcommitted
HSEARCH-5041 Test against latest OpenSearch 1.3.14
1 parent 322a5fd commit af889f4

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

0 commit comments

Comments
 (0)