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 322a5fd commit af889f4Copy full SHA for af889f4
Jenkinsfile
@@ -248,7 +248,7 @@ stage('Configure') {
248
// --------------------------------------------
249
// OpenSearch
250
// Not testing 1.0 - 1.2 as these versions are EOL'ed.
251
- new LocalOpenSearchBuildEnvironment(version: '1.3.13', condition: TestCondition.AFTER_MERGE),
+ new LocalOpenSearchBuildEnvironment(version: '1.3.14', condition: TestCondition.AFTER_MERGE),
252
// See https://opensearch.org/lines/1x.html for a list of all 1.x versions
253
new LocalOpenSearchBuildEnvironment(version: '2.0.1', condition: TestCondition.ON_DEMAND),
254
new LocalOpenSearchBuildEnvironment(version: '2.1.0', condition: TestCondition.ON_DEMAND),
0 commit comments