jenkinsci / jenkinsci/subversion-plugin

[JENKINS-50527] workspace@scripts directory checks out whole SVN SCM

Open
#1,465 4 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin component:workflow-job-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin, workflow-job-plugin
  • resolution: Unresolved
  • votes: 2
  • watchers: 5
  • imported: 20251212-090250

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.