jenkinsci / jenkinsci/git-plugin
[JENKINS-25197] Implement scm-api's new parentRevisions() and parentHeads() methods
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Version 0.3 of the scm-api plugin [1] will have new methods to look up the parent head / revision(s) of a commit [2], which is a prerequisite for obtaining the correct reference build for various trends / statistics. Please implement these to unblock [3].
[1] https://wiki.jenkins-ci.org/display/JENKINS/SCM+API+Plugin
[2] https://github.com/jenkinsci/scm-api-plugin/commit/dfd212743862b9d1f7a12255723f8358bbb1bf78
[3] https://issues.jenkins-ci.org/browse/JENKINS-13056
---
Originally reported by
sschuberth, imported from: Implement scm-api's new parentRevisions() and parentHeads() methods
Raw content of original issue
Version 0.3 of the scm-api plugin [1] will have new methods to look up the parent head / revision(s) of a commit [2], which is a prerequisite for obtaining the correct reference build for various trends / statistics. Please implement these to unblock [3].
[1] https://wiki.jenkins-ci.org/display/JENKINS/SCM+API+Plugin
[2] https://github.com/jenkinsci/scm-api-plugin/commit/dfd212743862b9d1f7a12255723f8358bbb1bf78
[3] https://issues.jenkins-ci.org/browse/JENKINS-13056
Contributor guide
Assessment
This issue has not been assessed yet.