Using Jenkins, git and the Jenkins Git Plugin: If I push multiple revisions at once, only the last revision will be built. How do I get Jenkins to build all revisions in between ?
Or is there a "Choosing Strategy" other than "Default" that I select ?
I know this is possible in combination with Gerrit (see http://vimeo.com/20084957 ) for a very impressive demo) and that's where I want to go eventually — but I don't want to introduce Gerrit just for this feature.