Re: Multiple git repositories in a single jenkins job

2015-12-14 Thread Santhosh Hari
Yes Mark you are right !! I dint add additional behavior. Now I gave a checkout to local sub directory and its working now !! :-) Thanks Santhosh On Monday, 14 December 2015 16:11:25 UTC+5:30, Santhosh Hari wrote: > > Hello everyone, > > I have a task wherein I want to check out multiple git re

Re: Multiple git repositories in a single jenkins job

2015-12-14 Thread Mark Waite
The behavior you're describing would lead me to guess that either the git configurations under "Multiple SCMs" do not each have the "Additional Behaviour" defined "Checkout to a specific subdirectory", or the job has "Git" checked under the SCM section instead of "Multiple SCM". Mark Waite On Mon