-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish Min Artifacts with new 7.3.4 libs (#5180)
Signed-off-by: Peter Zhu <[email protected]>
- Loading branch information
1 parent
f4dc238
commit d74cbaf
Showing
3 changed files
with
29 additions
and
149 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* compatible open source license. | ||
*/ | ||
|
||
lib = library(identifier: '[email protected].3', retriever: modernSCM([ | ||
lib = library(identifier: '[email protected].4', retriever: modernSCM([ | ||
$class: 'GitSCMSource', | ||
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', | ||
])) | ||
|
@@ -74,7 +74,6 @@ pipeline { | |
) | ||
echo("Uploading linux x64 tar min snapshots to S3") | ||
uploadMinSnapshotsToS3( | ||
fileActions: [createSha512Checksums(), createSignatureFiles()], | ||
distribution: 'tar' | ||
) | ||
} | ||
|
@@ -107,7 +106,6 @@ pipeline { | |
) | ||
echo("Uploading linux arm64 tar min snapshots to S3") | ||
uploadMinSnapshotsToS3( | ||
fileActions: [createSha512Checksums(), createSignatureFiles()], | ||
distribution: 'tar' | ||
) | ||
} | ||
|
@@ -139,7 +137,6 @@ pipeline { | |
) | ||
echo("Uploading darwin x64 tar min snapshots to S3") | ||
uploadMinSnapshotsToS3( | ||
fileActions: [createSha512Checksums(), createSignatureFiles()], | ||
distribution: 'tar' | ||
) | ||
} | ||
|
@@ -171,7 +168,6 @@ pipeline { | |
) | ||
echo("Uploading darwin arm64 tar min snapshots to S3") | ||
uploadMinSnapshotsToS3( | ||
fileActions: [createSha512Checksums(), createSignatureFiles()], | ||
distribution: 'tar' | ||
) | ||
} | ||
|
@@ -206,7 +202,6 @@ pipeline { | |
) | ||
echo("Uploading windows x64 zip min snapshots to S3") | ||
uploadMinSnapshotsToS3( | ||
fileActions: [createSha512Checksums(), createSignatureFiles()], | ||
distribution: 'zip' | ||
) | ||
} | ||
|
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
Oops, something went wrong.