From e84839ad3bda08e98a6d5677457d29e11aa9f9a0 Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Tue, 1 Oct 2024 10:55:26 -0700 Subject: [PATCH] Update the `gradle-check-flaky-test-issue-creation.jenkinsfile` to use 6.9.2 library. (#5068) Signed-off-by: Prudhvi Godithi --- .../gradle/gradle-check-flaky-test-issue-creation.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/gradle/gradle-check-flaky-test-issue-creation.jenkinsfile b/jenkins/gradle/gradle-check-flaky-test-issue-creation.jenkinsfile index ae58cac227..9a2b50e1aa 100644 --- a/jenkins/gradle/gradle-check-flaky-test-issue-creation.jenkinsfile +++ b/jenkins/gradle/gradle-check-flaky-test-issue-creation.jenkinsfile @@ -7,7 +7,7 @@ * compatible open source license. */ -lib = library(identifier: 'jenkins@6.5.2', retriever: modernSCM([ +lib = library(identifier: 'jenkins@6.9.2', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ]))