Skip to content

Commit 8c6d813

Browse files
committed
Upgrade build-lib version in release pipeline to accomodate new changes
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent b1c91eb commit 8c6d813

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jenkins/release.JenkinsFile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lib = library(identifier: 'jenkins@1.1.1', retriever: modernSCM([
1+
lib = library(identifier: 'jenkins@6.9.0', retriever: modernSCM([
22
$class: 'GitSCMSource',
33
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
44
]))
@@ -7,5 +7,7 @@ standardReleasePipelineWithGenericTrigger(
77
tokenIdCredential: 'jenkins-opensearch-js-generic-webhook-token',
88
causeString: 'A tag was cut on opensearch-project/opensearch-js repository causing this workflow to run',
99
publishRelease: true) {
10-
publishToNpm(repository: 'https://github.com/opensearch-project/opensearch-js', tag: "$tag")
10+
publishToNpm(
11+
publicationType: 'github'
12+
)
1113
}

0 commit comments

Comments
 (0)