Re: Should MessageExclusion be moved up to scm-api-plugin?

2019-08-12 Thread Jesse Glick
Note that for multibranch projects this is done via the `BranchBuildStrategy` API, as in `scm-trait-commit-skip-plugin`. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Should MessageExclusion be moved up to scm-api-plugin?

2019-08-11 Thread Mark Waite
Sorry for the long delay to reply. Yes, I think the message exclusion concept is general purpose enough that our should be a trait on the scm api. On Mon, Jul 1, 2019, 7:09 AM Chris Kilding wrote: > Hello, > > The Git plugin has a MessageExclusion extension to skip commits matching > certain me

Should MessageExclusion be moved up to scm-api-plugin?

2019-07-01 Thread Chris Kilding
Hello, The Git plugin has a MessageExclusion extension to skip commits matching certain message patterns eg ‘[ci-skip]’. I have seen this reimplemented in a few different places in the Jenkins pipeline stack, and it would make sense to implement it only once. The feature should probably live: