Skip to content

Commit 3469df9

Browse files
authored
Switch ruby version to 3.1.2 on release pipeline (#241)
Signed-off-by: Sayali Gaikawad <[email protected]>
1 parent bfd43cf commit 3469df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/release.JenkinsFile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lib = library(identifier: 'jenkins@5.7.1', retriever: modernSCM([
1+
lib = library(identifier: 'jenkins@6.4.4', retriever: modernSCM([
22
$class: 'GitSCMSource',
33
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
44
]))
@@ -11,6 +11,6 @@ standardReleasePipelineWithGenericTrigger(
1111
publishToRubyGems(
1212
publicCertPath: ".github/opensearch-rubygems.pem",
1313
apiKeyCredentialId: 'jenkins-opensearch-ruby-api-key',
14-
rubyVersion: "3.0.6"
14+
rubyVersion: "3.1.2"
1515
)
1616
}

0 commit comments

Comments
 (0)