Re: Exclude Paths from Triggering Builds

2021-02-12 Thread Jeremy Mordkoff
Also interested in the answer. At the moment we scan the change log from the scm object and abort the pipeline (cleanly) if there is nothing of interest to that pipeline to build. I do not like this solution for multiple reasons. Our plan is to split our code into 3 repos .. one for each app

Exclude Paths from Triggering Builds

2021-02-12 Thread Ven H
I have a repository in GitHub. This repository has a Jenkinsfile at the root which is the app project. There are 2 more folders / directories, one for Config project and one for Database project. Each has a jenkins file inside it. We have 3 Multibranch Jenkins Pipelines, since there are 3 differen