Re: Jenkins Ignore Committer Strategy Plugin and job DSL

2019-08-30 Thread SathyaNarayanan Kumaraswamy
Hi Neil; I'm trying to use below block in my multibranchpipeline generator under branchsources using job-dsl After building generator job upon checking on project config could see Build Strategy nothing but just an ADD button Even I tried with ignoredAuthors.add and ignoreCommitterStrategy.add

Re: Jenkins Ignore Committer Strategy Plugin and job DSL

2018-11-22 Thread Neil Tingley
Thanks Victor! I will try this out. Cheers, Neil On Wed, 21 Nov 2018 at 19:23, Victor Martinez wrote: > You might need to refer to the trais sections in the branchSource > > - > /plugin/job-dsl/api-viewer/index.html#path/multibranchPipelineJob-branchSources-branchSource-source-git-traits-headW

Re: Jenkins Ignore Committer Strategy Plugin and job DSL

2018-11-21 Thread Victor Martinez
You might need to refer to the trais sections in the branchSource - /plugin/job-dsl/api-viewer/index.html#path/multibranchPipelineJob-branchSources-branchSource-source-git-traits-headWildcardFilter multibranchPipelineJob(buildName) { ... branchSources { branchSource { sour

Jenkins Ignore Committer Strategy Plugin and job DSL

2018-11-20 Thread Neil T
HI All The 'Jenkins Ignore Committer Strategy Plugin ' does what I need with a multibranch pipeline but I can't find a way to configure it via the job DSL builder that works for me. Has anyone got some example DSL ? I can't stick the config in the branchSources block. there's another way , to