jenkinsci / jenkinsci/scm-api-plugin
[JENKINS-7002] Revision fingerprinting
- Dominant language
- Java
- Stars
- 33
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
File fingerprints can tell which builds reference a given file.
What about revisions?
Given a revision, which builds happened at that revision (or changeset, for Mercurial projects) ?
Revision fingerprints would provide an answer for this question.
Remember that in the case of Mercurial changeset fingerprints, the user should only be asked about which changeset he/she wants to search for, since both build number AND job name can be derived from a changeset ID.
---
Originally reported by
elifarley, imported from: Revision fingerprinting
Raw content of original issue
File fingerprints can tell which builds reference a given file.
What about revisions?
Given a revision, which builds happened at that revision (or changeset, for Mercurial projects) ?
Revision fingerprints would provide an answer for this question.
Remember that in the case of Mercurial changeset fingerprints, the user should only be asked about which changeset he/she wants to search for, since both build number AND job name can be derived from a changeset ID.
Contributor guide
Assessment
This issue has not been assessed yet.