gitlab-branch-source-plugin icon indicating copy to clipboard operation
gitlab-branch-source-plugin copied to clipboard

Prevent build executions for commits that contain specific commit message or changes

Open ljackiewicz opened this issue 1 year ago • 2 comments

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

ljackiewicz avatar Oct 20 '23 16:10 ljackiewicz