-
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.
[JENKINS-10481] Expose fingerprint information from builds in REST API
Assignee | New: Alexander Ost [ arost ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 140674 ] | New: JNJira + In-Review [ 205245 ] |
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