forked from opensearch-project/opensearch-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release details and bump the jenkins lib version (opensearch-proj…
…ect#319) * Add relese details and bump the jenkins lib version Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add changelog Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> * Add steps Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Co-authored-by: Daniel (dB.) Doubrovkine <dblock@dblock.org> Signed-off-by: Miki <miki@amazon.com>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
lib = library(identifier: 'jenkins@1.1.0', retriever: modernSCM([ | ||
lib = library(identifier: 'jenkins@1.1.1', retriever: modernSCM([ | ||
$class: 'GitSCMSource', | ||
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', | ||
])) | ||
|
||
standardReleasePipelineWithGenericTrigger( | ||
tokenIdCredential: 'jenkins-opensearch-js-generic-webhook-token', | ||
causeString: 'A tag was cut on opensearch-project/opensearch-js repository causing this workflow to run', | ||
publishRelease: true){ | ||
publishRelease: true) { | ||
publishToNpm(repository: 'https://github.com/opensearch-project/opensearch-js', tag: "$tag") | ||
} |