Hi Team,
>
> I'm trying to implement BuildStrategies --> ignoreCommitterStrategy
> approach via multibranch generator job (i.e, job-dsl way), since there are
> many existing multibranch-pipeline jobs
>
> After running seed job (i.e., multibranch generator job) I could see
> BuildStrategies getting reflected in existing multibranch pipeline jobs but
> still ignoreCommitterStrategy -> ignoredAuthors is not getting added.
>
> It means at this moment have to get into multibranch pipeline jobs ->
> config -> BuildStrategies manually click Add button
> ->ignoreCommitterStrategy --> ignoredAuthors list which is bit painful as
> we have many multibranch pipeline jobs.
>
> Any help on this is really appreciated.
>
> *Code snippet used inside dsl script:*
> buildStrategies {
> ignoreCommitterStrategy {
> ignoredAuthors("[email protected]")
> allowBuildIfNotExcludedAuthor(false)
> }
> }
>
> Note: Had even tried with
> "au.com.versent.jenkins.plugins.ignoreCommitterStrategy"
>
> Thanks,
> Sathya Narayanan.K
>
--
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/CAH9epA1Ghc1ezgCqDTwuBwoGc9rq3nJiibhAmpgmMrrw%3DdzQDg%40mail.gmail.com.