Re: Triggering builds from changes in sub-directories using Github Branch Source

2020-08-17 Thread Jonathan Ballet
On Mon, 17 Aug 2020, at 17:59, Gianluca wrote: > > > Il giorno lunedì 17 agosto 2020 alle 16:54:26 UTC+1 j...@multani.info ha > scritto: >> On Tuesday, 11 August 2020 at 15:55:17 UTC+2 Gianluca wrote: >>> Hi, >>> yes ... we do. >>> >>> We have various Jenkinsfile in sub-directories and

Re: Triggering builds from changes in sub-directories using Github Branch Source

2020-08-17 Thread Gianluca
Il giorno lunedì 17 agosto 2020 alle 16:54:26 UTC+1 j...@multani.info ha scritto: > On Tuesday, 11 August 2020 at 15:55:17 UTC+2 Gianluca wrote: > >> Hi, >> yes ... we do. >> >> We have various Jenkinsfile in sub-directories and different pipelines. >> >> This is how we did it: >> - we have

Re: Triggering builds from changes in sub-directories using Github Branch Source

2020-08-17 Thread Jonathan Ballet
On Tuesday, 11 August 2020 at 15:55:17 UTC+2 Gianluca wrote: > Hi, > yes ... we do. > > We have various Jenkinsfile in sub-directories and different pipelines. > > This is how we did it: > - we have one Multibranch project for each Jenkinsfile and in the > configuration we specify which

Re: Triggering builds from changes in sub-directories using Github Branch Source

2020-08-11 Thread Gianluca
Hi, yes ... we do. We have various Jenkinsfile in sub-directories and different pipelines. This is how we did it: - we have one Multibranch project for each Jenkinsfile and in the configuration we specify which Jenkinsfile is used for the jobs - we have a custom check that we use on the "when"

Triggering builds from changes in sub-directories using Github Branch Source

2020-08-11 Thread Jonathan Ballet
Hello, In one of our Git repository, we have a directory hierarchy similar to this: dev/ Jenkinsfile folder-1/Jenkinsfile folder-2/Jenkinsfile test/ Jenkinsfile folder-3/Jenkinsfile folder-4/Jenkinsfile There are other files as well, in