Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
I have noticed that it is not possible to control where Hudson stores the GIT repository. It is always in workspace. In the subversion module you can specify a subdirectory relative to the workspace so you can get subversion will checkout the codebase to ${workspace}/source for example. Please add a similar feature to the GIT plugin.
Attachments
Issue Links
- duplicates
-
JENKINS-4535 The ability to clone from multiple repositories into separate directories would be useful
-
- Closed
-
- is duplicated by
-
JENKINS-4535 The ability to clone from multiple repositories into separate directories would be useful
-
- Closed
-
-
JENKINS-7102 Git plugin should allow configurable checkout location
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | 0001-JENKINS-6357-allow-specification-of-a-relative-target.patch [ 19400 ] |
Link |
This issue duplicates |
Assignee | magnayn [ magnayn ] | abayer [ abayer ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 136452 ] | JNJira + In-Review [ 204046 ] |
Attached patch introduces an extra configuration variable:
The value of this configuration variable is appended to the workspace and then used as the working directory for git operations.