Re: Ignore triggering multibranch build for excluded regions

2022-02-14 Thread Melo Vi
Solved this by using: multibranchPipelineJob('Foo') { branchSources { branchSource { source { git { id('420') credentialsId('Bar') r

Ignore triggering multibranch build for excluded regions

2021-12-21 Thread Melo Vi
Hi all, I am working with a multibranch pipeline in a config.yaml building a code repo pulled from Git. I would like to not trigger a build if the code change falls within a certain set of files. The Job-DSL API Viewer seems to indicate that multibranchPipelineJob