Dear forum,
in the trigger configuration we use a quiet period of “0”, so a build is triggered for every commit. We would like to run only one build per merge commit (from feature branch to master). Currently, if a merge contains many commits, we get many pending builds - one per commit, which is more than needed.
There is a “comment pattern” input field in the trigger configuration options. If the build is triggered only when a merge commit message contains the word “merge”, this should help reduce the number of builds. Is this correct?
Kind regards
Michael