Per-checkin Triggering

Trigger a build on each check-in

Include several check-ins in build if they are from the same committer


Does this mean that if I do NOT use "Quiet period mode" and three users made 5 commits in such timeline:

  1. Commit 1 by User A
  2. Commit 2 by User A
  3. Commit 3 by User B
  4. Commit 4 by User C
  5. Commit 5 by User B


I will have 4 queued builds with such changes:

  1. Commit 1 & Commit 2 by User A
  2. Commit 3 by User B
  3. Commit 4 by User C
  4. Commit 5 by User B


Right?

0
3 comments

Yes, that's correct. First two changes will be joined into a common build.

0
Avatar
Permanently deleted user

Thx. It's nice. Becouse now (TC 6) I have Build Configurations with Git trigger on master branch and sometimes there appear changes from two different users in one build and and it's not clear who of them commited chages which made build fail.

0

That's exactly the goal of this feature.

0

Please sign in to leave a comment.