Answering my own questions:
On 17/01/2013 11:48, Chris Withers wrote:
Also, how can I compute a fingerprint of a tarball outside Jenkins in
order to have something to pump into the above process?
In python, this is as simple as:
>>> from hashlib import md5
>>> m = md5()
>>> m.update(open('D:
Hi All,
How would I interrogate a Jenkins instant with a fingerprint using the
REST api in order to find what jobs have processed the artifact the
fingerprint belongs to, and that all the tests have passed in jobs that
have processed the artifact.
Also, how can I compute a fingerprint of a t