Re: Same git repo with multiple jenkins job creating build problems

2017-06-12 Thread Gopi Polisetti
I tried ""Additional Behaviours" option this will not work for multiple project changes My project structure is like same repo it has multiple solutions. so I have created multiple Jenkins job but if any code changes in any of the project under same repo then all jenkin jobs got triggered , this

Re: Same git repo with multiple jenkins job creating build problems

2017-06-11 Thread Mark Waite
If you're using a freestyle job or a multi-configuration job, then you could use the "Additional Behaviours" in the plugin to ignore commits from paths with the "Polling ignores commits from certain paths". If you're using a multi-branch pipeline or using GitHub Organization Folders, you'd need to

Same git repo with multiple jenkins job creating build problems

2017-06-07 Thread Gopi Polisetti
Hi, Am using Git repository, Git Repository A it has multiple solutions b, c , d , e ... , Each solution has one jenkins job, Jenkin Job B Jenkin Job C Jenkin Job D -- If I change any code (B,C,D) under Repository A - All jenkin - B,C,D job triggers build. If I change any code related