Thanks Victor! I will try this out.
Cheers,

Neil


On Wed, 21 Nov 2018 at 19:23, Victor Martinez <[email protected]>
wrote:

> You might need to refer to the trais sections in the branchSource
>
> -
> <YOUR_JENKINS_URL>/plugin/job-dsl/api-viewer/index.html#path/multibranchPipelineJob-branchSources-branchSource-source-git-traits-headWildcardFilter
>
> multibranchPipelineJob(buildName) {
>     ...
>
>     branchSources {
>     branchSource {
>           source {
>             git {
>               remote(<url>)
>               traits {
>          headWildcardFilter {
>                     includes('master* branch1')
>                     excludes('')
>                  }
>               }
>             }
>           }
>           buildStrategies {
>               ignoreCommitterStrategy {
>                   ignoredAuthors("[email protected]")
>                   allowBuildIfNotExcludedAuthor(true)
>               }
>           }
>         }
>     }
> }
>
>
> Cheers
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/ZjBFRPAbilE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/b17f6482-6a7e-4d16-b697-9f0f7cd085cb%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/b17f6482-6a7e-4d16-b697-9f0f7cd085cb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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%2BcvzQsNMUW_iok2ELOteHPOLm7tLE7Nm%2B8j6nT2GX4HTnKrOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to