Re: Building a better catch-up system

2015-03-26 Thread Jo Shields
https://github.com/directhex/jenkins-git-catch-up /micdrop When I'm done, it'll optionally allow for merges to be squashed (i.e. if someone merges a large branch, that merge commit will be regarded as one commit, not as potentially dozens) -- You received this message because you are subscrib

Building a better catch-up system

2015-03-25 Thread Jo Shields
I'm trying to resolve the nearly-a-decade-old bug to allow Jenkins to do one build per commit, without dirty workarounds in dispatcher jobs. Currently, it'll bundle together multiple commits received at once - for example, a user does "git push" to send more than one commit. I've written a custom