gitlab-branch-source-plugin
gitlab-branch-source-plugin copied to clipboard
Prevent build executions for commits that contain specific commit message or changes
What feature do you want to see added?
Git plugin implements behaviours (traits) that prevent to run builds for commits that contain specific commit message ("Polling ignores commits with certain messages", MessageExclusion) or contain changes of specific files ("Polling ignores commits in certain paths", PathRestriction).
Is it possible to add similar behaviour to GitLab Branch Source plugin? If so, what is the easiest way to achieve this?
Upstream changes
No response