-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Formerly we used the MessageExclusion extension ("Polling ignores commits with certain messages") to Git SCM when including a global shared pipeline library to work around JENKINS-42067 (Any commit to common library SCM repository triggers all pipeline build plans).
There is no trait available equivalent to that extension, so we currently don't have any means to circumvent this problem anymore, which is quite a pain since we cannot use push notifications and our pipeline library is currently under heavy development.
Originally reported by lordjaxom, imported from: Git Plugin: No Trait for former Extension MessageExclusion
- status: Open
- priority: Major
- component(s): git-plugin
- resolution: Unresolved
- votes: 2
- watchers: 5
- imported: 2025-12-02
Raw content of original issue
Formerly we used the MessageExclusion extension ("Polling ignores commits with certain messages") to Git SCM when including a global shared pipeline library to work around
JENKINS-42067(Any commit to common library SCM repository triggers all pipeline build plans).There is no trait available equivalent to that extension, so we currently don't have any means to circumvent this problem anymore, which is quite a pain since we cannot use push notifications and our pipeline library is currently under heavy development.
environment
Jenkins 2.72<br/>
Git Plugin 3.5.1<br/>
Git Client Plugin 2.5.0<br/>
SCM API Plugin 2.2.0