On Sun 13 Aug 2017 at 10:19, Danny Rehelis <[email protected]> wrote: > We hit this today while trying to use filter > https://issues.jenkins-ci.org/browse/JENKINS-46079 > > Any particular reason why filter is not per discovered behavior? >
The previous behaviour was a bug. Supposed to filter based on the scmhead.getName... previously it was filtering based on *the name of the branch the PR originated from* (which is madness when you think about it) You can define multiple includes separated by comma master,PR-* Should build master and PRs as you described -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAObRFCUJ67-L%3DX1O2j95GyaWz27FWH4x05E%3DNupgqiczWHCFVA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAObRFCUJ67-L%3DX1O2j95GyaWz27FWH4x05E%3DNupgqiczWHCFVA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Sent from my phone -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMyVowWnTQg-GESJSoYkag1LZFPUh4UR6_WuFAFGBpi5nA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
