Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Nov 30, 2022
1 parent 78ecc09 commit 7511974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([

standardReleasePipelineWithGenericTrigger(
tokenIdCredential: 'jenkins-opensearch-js-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-js repository causing this workflow to run',
causeString: 'A tag was cut on opensearch-project/oui repository causing this workflow to run',
publishRelease: true) {
publishToNpm(repository: 'https://github.com/opensearch-project/opensearch-js', tag: "$tag")
publishToNpm(repository: 'https://github.com/gaiksaya/oui', tag: "$tag")
}

0 comments on commit 7511974

Please sign in to comment.