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

Stop storing the filename inside the .sha256 file #676

Merged
merged 1 commit into from
May 1, 2024

Conversation

basil
Copy link
Member

@basil basil commented May 1, 2024

A minor issue encountered when trying to consume the new SHA256 information from jenkinsci/docker: I inadvertently included the filename in the .sha256 file, which not only breaks Artifactory's convention, but also makes it more challenging to consume this value over there where we use a different file name. Simpler to follow Artifactory's convention and not include a filename, forcing the caller to handle this. Since we don't have any callers yet, better to do this now rather than have a migration later.

Sorry for finding this after I already asked for a release...

Testing done

Ran the commands locally.

@basil basil added the bug Something isn't working label May 1, 2024
@timja timja merged commit 20f8e28 into jenkinsci:master May 1, 2024
15 checks passed
@basil basil deleted the filename branch May 1, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants