build - Is there an built-in way or plugin to get Jenkins to produce SHA256 hashes for my artifacts? -
my new corporate overlords require have sha256 hash of each artifact on customer portal. of course, can generate myself or in build script or makefile, feels sort of thing jenkins able do.
please take @ jenkins fingerprint plugin (link). can generate md5 hashes build artefacts, , show in jenkins ui. unfortunately doesn't generate sha256 hashes artefacts.
Comments
Post a Comment