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

2017-06-12 Thread Gopi Polisetti
consider separating your projects into a repository per project, rather > than multiple projects in a single repository. > > Mark Waite > > On Wed, Jun 7, 2017 at 9:58 AM Gopi Polisetti <gop...@gmail.com > > wrote: > >> Hi, >> >> Am using Git repository

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