-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.72
Git Plugin 3.5.1
Git Client Plugin 2.5.0
SCM API Plugin 2.2.0
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.
As far as I can tell, the "ignore push notifications" trait is available in the configuration page where the pipeline library is defined to be loaded.
In my case, I have a Git-Client-Plugin folder which loads a pipeline library. Inside that config file there is a tag ignoreOnPushNotifications. Isn't that what you're seeking?