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 6, 2024
1 parent 85e7180 commit 80f5fd4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions jenkins/test-dist.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
compatible open source license.
*/

lib = library(identifier: 'jenkins@buildNotification', retriever: modernSCM([
lib = library(identifier: 'jenkins@testNotification', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/gaiksaya/opensearch-build-libraries.git',
]))
Expand All @@ -18,12 +18,10 @@ pipeline {
}

stages {
stage('Hello123') {
stage('Test integTest') {
steps {
UpdateBuildFailureIssues(
inputManifestPath: 'manifests/3.0.0/opensearch-3.0.0.yml',
distributionBuildNumber: '10343',
buildStartTimeFrom: 'now-24h'
updateIntegTestFailureIssues(
inputManifestPath: 'manifests/2.18.0/opensearch-2.18.0.yml'
)
}
}
Expand Down

0 comments on commit 80f5fd4

Please sign in to comment.