Hello guys,
I have the following question.
I have bitbucket hook and on approved merge it starts and jenkins build. It works pretty fine, now I have 3 guys in the team and very often there are like 3 PR pending and all get approved within 1 minute. This sends 3 hooks to jenkins and I see one job running and 2 in the queue. Where the second queue build is redundant cause it won't have other changes.
Is there a way to limit that?