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.

link|improve this question
Your link to vimeo is wrong (the 8 should be a ")"). – khmarbaise Mar 24 '11 at 11:07
Thanks, corrected. – peritus Mar 24 '11 at 13:05
feedback

1 Answer

I built a git tool to do this called git test-sequence.

If you know the previous change ID and the new change ID, you can tell it to test what's between them.

link|improve this answer
Right, both your and Andrew Bayer's blog post ( about.digg.com/blog/… ) were jaw-dropping when I read them. This is why I added this to my secret wishlist. – peritus Mar 24 '11 at 17:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.