From 15886e278c4281b8273af2ba450dc16587a61127 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 2 Feb 2023 10:38:04 -0800 Subject: [PATCH] Upgrade jenkins lib version Signed-off-by: Sayali Gaikawad --- jenkins/release.jenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/release.jenkinsFile b/jenkins/release.jenkinsFile index 439f655..acc792a 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@1.5.4', retriever: modernSCM([ +lib = library(identifier: 'jenkins@1.5.5', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ]))