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:
- Commit 1 by User A
- Commit 2 by User A
- Commit 3 by User B
- Commit 4 by User C
- Commit 5 by User B
I will have 4 queued builds with such changes:
- Commit 1 & Commit 2 by User A
- Commit 3 by User B
- Commit 4 by User C
- Commit 5 by User B
Right?
Please sign in to leave a comment.
Yes, that's correct. First two changes will be joined into a common build.
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.
That's exactly the goal of this feature.