We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c91eb commit 8c6d813Copy full SHA for 8c6d813
jenkins/release.JenkinsFile
@@ -1,4 +1,4 @@
1
-lib = library(identifier: 'jenkins@1.1.1', retriever: modernSCM([
+lib = library(identifier: 'jenkins@6.9.0', retriever: modernSCM([
2
$class: 'GitSCMSource',
3
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
4
]))
@@ -7,5 +7,7 @@ standardReleasePipelineWithGenericTrigger(
7
tokenIdCredential: 'jenkins-opensearch-js-generic-webhook-token',
8
causeString: 'A tag was cut on opensearch-project/opensearch-js repository causing this workflow to run',
9
publishRelease: true) {
10
- publishToNpm(repository: 'https://github.com/opensearch-project/opensearch-js', tag: "$tag")
+ publishToNpm(
11
+ publicationType: 'github'
12
+ )
13
}
0 commit comments