HI, > Is there any way to generate a .MD5 hash of the artifacts after the release > build is done? Should be straightforward. On OSX/Linux it's just md5 filename.
On windows it may be more complex and you may need to use this: http://support.microsoft.com/kb/841290 Jenkins could be set up to run it as a last step. Thanks, Justin