Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Sep 10, 2024
1 parent ae29c08 commit ab20ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.jenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lib = library(identifier: '[email protected]', retriever: modernSCM([
standardReleasePipelineWithGenericTrigger(
tokenIdCredential: 'jenkins-opensearch-cluster-cdk-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-cluster-cdk repository causing this workflow to run',
downloadReleaseAsset: true,
downloadReleaseAsset: false,
publishRelease: true) {
publishToNpm(
publicationType: 'github'
Expand Down

0 comments on commit ab20ba1

Please sign in to comment.