问题 Build trigger should wait untill the previous trigger for a same repos finishes its execution. If i push twice to the repo, trigger executed twice at same time. I don't want this to be happen. How to make the cloud trigger to wait for the previous trigger job? Thanks in advance! 回答1: You would have to implement this configuration and logic. It would have to evaluate if the build has been triggered and running and then wait for it to finish. Maybe something can be done in order to check with