Skip to content

Commit 2922adf

Browse files
authored
Upgrade jenkins library version (#190)
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent 9119425 commit 2922adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ vendor/
1919
/dockerfiles/.env
2020
gem-private_key.pem
2121
builds/
22-
22+
.DS_Store

jenkins/release.jenkinsFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lib = library(identifier: 'jenkins@1.4.2', retriever: modernSCM([
1+
lib = library(identifier: 'jenkins@1.5.4', retriever: modernSCM([
22
$class: 'GitSCMSource',
33
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
44
]))

0 commit comments

Comments
 (0)