We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd43cf commit 3469df9Copy full SHA for 3469df9
jenkins/release.JenkinsFile
@@ -1,4 +1,4 @@
1
-lib = library(identifier: 'jenkins@5.7.1', retriever: modernSCM([
+lib = library(identifier: 'jenkins@6.4.4', retriever: modernSCM([
2
$class: 'GitSCMSource',
3
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
4
]))
@@ -11,6 +11,6 @@ standardReleasePipelineWithGenericTrigger(
11
publishToRubyGems(
12
publicCertPath: ".github/opensearch-rubygems.pem",
13
apiKeyCredentialId: 'jenkins-opensearch-ruby-api-key',
14
- rubyVersion: "3.0.6"
+ rubyVersion: "3.1.2"
15
)
16
}
0 commit comments