Skip to content

Commit

Permalink
Switch ruby version to 3.1.2 on release pipeline (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Apr 15, 2024
1 parent bfd43cf commit 3469df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
@@ -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',
]))
Expand All @@ -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"
)
}

0 comments on commit 3469df9

Please sign in to comment.