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 7511974 commit 13d5a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([
]))

standardReleasePipelineWithGenericTrigger(
tokenIdCredential: 'jenkins-opensearch-js-generic-webhook-token',
tokenIdCredential: 'jenkins-oui-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/oui repository causing this workflow to run',
publishRelease: true) {
publishToNpm(repository: 'https://github.com/gaiksaya/oui', tag: "$tag")
publishToNpm(repository: 'https://github.com/opensearch-project/oui', tag: "$tag")
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sayali-test-oui",
"name": "@opensearch-project/oui",
"description": "OpenSearch UI Component Library",
"version": "1.0.0",
"license": "Apache-2.0",
Expand Down

0 comments on commit 13d5a25

Please sign in to comment.