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

Write checksum to output list #606

Open
mortenmj opened this issue Oct 25, 2023 · 0 comments · May be fixed by #662
Open

Write checksum to output list #606

mortenmj opened this issue Oct 25, 2023 · 0 comments · May be fixed by #662
Labels
enhancement New feature or request

Comments

@mortenmj
Copy link

What feature do you want to see added?

We use this tool to create a lockfile for our plugins. This is used in a workflow where we download the distributed Jenkins container image, add the plugins we want, and republish to our own internal image registry.
To improve performance in this workflow, it would be very useful for us if this tool could also output the SHA256 checksums for the plugins. Less crucial, but also useful, would be to output the download URL(s) for the plugin.

YAML output that looks something like the following would, for example, work well in our use case:

- artifactId: "my-plugin"
  source:
    checksum: "<snip>"
    url: "<snip>"
    version: "1.0.0"

Upstream changes

No response

@mortenmj mortenmj added the enhancement New feature or request label Oct 25, 2023
@aSky17 aSky17 linked a pull request Mar 19, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant