Hello everyone,
I have a task wherein I want to check out multiple git repositories and prepare a build artifact out of it. I m using Multiple SCM plugin in jenkins wherein am specifying multiple git repositories.
I expect the jenkins workspace folder to have all the checked out projects in their respective folders name ( say for example workspace/gitproject_1 ,workspace/gitproject_2.....workspace/gitproject_n.
But I always get only the last checked out project and the others are not available.
Have any one come across a similar scenario. Any help is appreciated.
Thanks
Santhosh