We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0405bac commit eb8636fCopy full SHA for eb8636f
Jenkinsfile
@@ -250,7 +250,7 @@ stage('Configure') {
250
// --------------------------------------------
251
// OpenSearch
252
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
253
- new LocalOpenSearchBuildEnvironment(version: '1.3.14', condition: TestCondition.AFTER_MERGE),
+ new LocalOpenSearchBuildEnvironment(version: '1.3.15', condition: TestCondition.AFTER_MERGE),
254
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
255
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
256
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),
0 commit comments