Trigger build on merge

Hi,

Is it possible to create a project that will only build on merges to a specific ("master") git/bitbucket branch?

0
1 comment

Hi,

Assuming that you are only building on the master branch already, I assume that you want to filter out non-merge commits. If that's the case, you might add a filter to the VCS Trigger to filter out specific users, comments or files. If the merge commits have specific text, which is often the case, you might be able to simply filter those commits.

0

Please sign in to leave a comment.