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" ) }