Skip to content

Commit

Permalink
HSEARCH-5229 Test against latest OpenSearch 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Aug 28, 2024
1 parent b422fef commit 561f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ stage('Configure') {
// --------------------------------------------
// OpenSearch
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
new LocalOpenSearchBuildEnvironment(version: '1.3.18', condition: TestCondition.AFTER_MERGE),
new LocalOpenSearchBuildEnvironment(version: '1.3.19', condition: TestCondition.AFTER_MERGE),
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),
Expand Down

0 comments on commit 561f3c4

Please sign in to comment.