On Wed, Dec 25, 2013 at 5:48 AM, Luca Milanesio
<[email protected]> wrote:
> I am looking at the new Jenkins Validated Merge plugin from Cloudbees

This is probably better sent to e.g. [email protected], but briefly:

> If you have a build that includes 5 commits by 5 different people

That would not generally happen, assuming each person pushed their own
commits as they did them; each such push produces a separate build. If
one person pulls commits from others (or uses git-am, etc.), and
pushes them all at once, then just one build will run, so if you want
to figure out the cause of a failure in that build, use git-bisect as
usual.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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/groups/opt_out.

Reply via email to