-
Improvement
-
Resolution: Not A Defect
-
Major
-
None
There should be a means to retrieve fingerprint information of artifacts from the REST API of the build pages, probably through artifact information.
This assists programs interfacing with Jenkins.
I would very much like to have this functionality as well, right now I have to do a whole set of calls to verify that the downloaded artifacts actually match ones on the jenkins server.
Being able to pull all fingerprints for all artifacts from a build would reduce that to one.
Please see: https://github.com/ramonvanalteren/pyjenkinsci for an example of what I'm currently doing