Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
Description
I have two repos namely - commonlib.git, project1.git, and both of the have the root directories Source and CM. My Jenkins job is MultiGit_Job. I tried to configure a Jenkins job with two repos. During build, the source code for the first project is extracted (found when monitoring during the build execution) and the job fails during the second repo cloning. When I have analyzed the job's workspace, the commonlib.git source is extracted directly under workspace. There is identifier for commonlib repo. Because project1 repo also same root structure, the cloning is failing. It is a critical item for us as we are migrating our projects to GIT now. Thanks
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Not A Defect [ 7 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Open [ 1 ] |
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Summary | Multiple repo configuration dont have seperate local repo directory | Add support for multiple git repositories in a single workspace |
Workflow | JNJira [ 161916 ] | JNJira + In-Review [ 180879 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Comment | [ [~ip1981] I find your phrasing offensive, inconsiderate, and well outside the standards of behavior of the Jenkins project. Please either rephrase or delete your comment. ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The git plugin does not directly support checkout of distinct repositories under a single workspace.
If you want to support distinct repositories under a single workspace, you'll need to use the multi-SCM's plugin to configure the separate repositories.