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 7cdcbac commit 3bdaa2bCopy full SHA for 3bdaa2b
Jenkinsfile
@@ -277,7 +277,7 @@ stage('Configure') {
277
// --------------------------------------------
278
// OpenSearch
279
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
280
- new LocalOpenSearchBuildEnvironment(version: '1.3.19', condition: TestCondition.AFTER_MERGE),
+ new LocalOpenSearchBuildEnvironment(version: '1.3.20', condition: TestCondition.AFTER_MERGE),
281
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
282
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
283
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),
0 commit comments