Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Create a groovy src library for distribution manifest #1877

Closed
1 task
zelinh opened this issue Mar 31, 2022 · 2 comments
Closed
1 task

[Enhancement] Create a groovy src library for distribution manifest #1877

zelinh opened this issue Mar 31, 2022 · 2 comments
Assignees
Labels
enhancement New Enhancement

Comments

@zelinh
Copy link
Member

zelinh commented Mar 31, 2022

Is your feature request related to a problem? Please describe

Currently we only have BuildManifest and InputManifest Jenkins method to process and fetch information from either build manifest or the manifest for ci pipeline. Although we can use BuildManifest to process the data for the distribution bundle manifest but it still lacks of some info like location. We should have a Jenkins library specifically for distribution manifest for those who want to use.
Example distributon manifest from 1.3.1 release: https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.1/1584/linux/x64/dist/opensearch/manifest.yml

Acceptance criteria

  • We have a Jenkins library DistributionManifest.groovy used to process info from distribution manifest.

Describe alternatives you've considered

Keep using the library based on BuildManifest.groovy but makes it more general for both types of manifest.

Additional context

No response

@zelinh zelinh added enhancement New Enhancement untriaged Issues that have not yet been triaged labels Mar 31, 2022
@abhinavGupta16 abhinavGupta16 removed the untriaged Issues that have not yet been triaged label Apr 5, 2022
@abhinavGupta16
Copy link
Contributor

[triage] It's a good idea to separate the manifests if it has a use case. We'll need to update the tag creation job once this is complete to use the DistributionManifest.groovy

@zelinh
Copy link
Member Author

zelinh commented Jul 6, 2022

Closing this issue as we now have this library available.

@zelinh zelinh closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants