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 26, 2024
1 parent e2b4de0 commit 708ddf8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jenkins/integ-test-notification.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* compatible open source license.
*/

lib = library(identifier: 'jenkins@7.3.0', retriever: modernSCM([
lib = library(identifier: 'jenkins@fix-query', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
remote: 'https://github.com/gaiksaya/opensearch-build-libraries.git',
]))


Expand Down Expand Up @@ -55,10 +55,10 @@ pipeline {
error("Failed to start the workflow. Input manifest was not provided or not found in manifests/${params.INPUT_MANIFEST}.")
}
currentBuild.description = INPUT_MANIFEST
// updateIntegTestFailureIssues(
// inputManifestPath: "manifests/${INPUT_MANIFEST}",
// distributionBuildNumber: "${DISTRIBUTION_NUMBER}"
// )
updateIntegTestFailureIssues(
inputManifestPath: "manifests/${INPUT_MANIFEST}",
distributionBuildNumber: "${DISTRIBUTION_NUMBER}"
)
}
}
}
Expand Down

0 comments on commit 708ddf8

Please sign in to comment.