this Question moved to how to prevent an Gated Check-In to put the Keyword ***NO_CI*** in the Comment
where I put the Question in more detail with my gained knowledge
For ensuring Code Quality and Unit Testing I habe established a Gated Check-In Build in my Project.
Also there is another Build Definition to be triggered by Check-In (Continuous Integration Build), which I want to have build after Check-In.
My expectation was, that The Gated Check in was executed and after successful Build and Commit (by the Build Service User) the other Build is Triggered.
But this is not the Case.
Does any one have an Idea how i get this working, that the Continuous Integration Builds are also triggered by Check-In from the Build Service