jenkinsci / jenkinsci/subversion-plugin
[JENKINS-50527] workspace@scripts directory checks out whole SVN SCM
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
We have a multi branch pipeline for a large (20gb) project in SVN.
Whenever a new branch is created, the entire branch is downloaded into the workspace@scripts directory when all it needs is JenkinsFile. This is doubling up on the amount of disk space that is being used, and increasing the amount of time taken to initially check out the project.
Can this be made to initially try check out just the single file, or a single sub directory first?
---
Originally reported by pretenda, imported from: workspace@scripts directory checks out whole SVN SCM
Raw content of original issue
We have a multi branch pipeline for a large (20gb) project in SVN.
Whenever a new branch is created, the entire branch is downloaded into the workspace@scripts directory when all it needs is JenkinsFile. This is doubling up on the amount of disk space that is being used, and increasing the amount of time taken to initially check out the project.
Can this be made to initially try check out just the single file, or a single sub directory first?
Contributor guide
Assessment
This issue has not been assessed yet.