From 2b5bb7e27b4d6dc2dec7af1b2aede7986e9ae54d Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:04:55 -0700 Subject: [PATCH] Increment jenkins library version to accommodate a bug-fix (#173) 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 5afaa5e023..32eaddd42e 100644 --- a/jenkins/release.jenkinsFile +++ b/jenkins/release.jenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@2.1.1', retriever: modernSCM([ +lib = library(identifier: 'jenkins@2.1.2', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ]))