Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 1, 2024
1 parent d424044 commit 7d1d6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/test-dist.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pipeline {
stage('Hello123') {
steps {
UpdateBuildFailureIssues(
inputManifestPath: 'manifests/2.18.0/opensearch-2.18.0.yml',
distributionBuildNumber: '10340'
inputManifestPath: 'manifests/3.0.0/opensearch-3.0.0.yml',
distributionBuildNumber: '10343'
)
}
}
Expand Down

0 comments on commit 7d1d6f1

Please sign in to comment.