I would like to download an artifact from a Jenkins job. While this is straight-forward, I also, in advance, need a sha256 of the artifact but could not find a way yet, to retrieve it.
So question is - is there any way to get the hash or at least a way to upload the sha256, so it directly gets exposed by the REST API?
Caveat - I have artifacts above 1GB, as such I do not want to manually generate the sha256 in the Job, but have it processed "offline" somewhere not impacting Job time.