From 06cbb4a1dbe2a2a33fd939b6defbbe112e5e6507 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 15 Apr 2024 14:40:59 -0700 Subject: [PATCH] Switch ruby version to 3.1.2 on release pipeline Signed-off-by: Sayali Gaikawad --- jenkins/release.JenkinsFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/release.JenkinsFile b/jenkins/release.JenkinsFile index 206d38d13..a3b3ec49f 100644 --- a/jenkins/release.JenkinsFile +++ b/jenkins/release.JenkinsFile @@ -1,4 +1,4 @@ -lib = library(identifier: 'jenkins@5.7.1', retriever: modernSCM([ +lib = library(identifier: 'jenkins@6.4.4', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) @@ -11,6 +11,6 @@ standardReleasePipelineWithGenericTrigger( publishToRubyGems( publicCertPath: ".github/opensearch-rubygems.pem", apiKeyCredentialId: 'jenkins-opensearch-ruby-api-key', - rubyVersion: "3.0.6" + rubyVersion: "3.1.2" ) }