From 80f5fd464d64634f73b8381fc162f4e3a85ba294 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Sun, 6 Oct 2024 13:27:36 -0700 Subject: [PATCH] fix Signed-off-by: Sayali Gaikawad --- jenkins/test-dist.jenkinsfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jenkins/test-dist.jenkinsfile b/jenkins/test-dist.jenkinsfile index 8aefd0629f..5640ed9884 100644 --- a/jenkins/test-dist.jenkinsfile +++ b/jenkins/test-dist.jenkinsfile @@ -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', ])) @@ -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' ) } }