|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I've made some progress.
I now have a local fork of the Git Plugin with a "Wrench" BuildChooser - it returns an array of intermediate jobs up the chain when queried (DefaultBuildChooser blindly returns a 1-element array containing HEAD).
There's code to handle candidate commit arrays, but the code is really stupid, and that's where I'm currently stuck - it (racily, so sometimes it messes up) builds HEAD and HEAD~1, but nothing earlier regardless of how many earlier commits there are. This is at https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/GitSCM.java#L927-936