We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9119425 commit 2922adfCopy full SHA for 2922adf
.gitignore
@@ -19,4 +19,4 @@ vendor/
19
/dockerfiles/.env
20
gem-private_key.pem
21
builds/
22
-
+.DS_Store
jenkins/release.jenkinsFile
@@ -1,4 +1,4 @@
1
-lib = library(identifier: 'jenkins@1.4.2', retriever: modernSCM([
+lib = library(identifier: 'jenkins@1.5.4', retriever: modernSCM([
2
$class: 'GitSCMSource',
3
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
4
]))
0 commit comments