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
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