jenkinsci / jenkinsci/subversion-plugin
[JENKINS-15101] Clean update does not clean if no repository change
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
If I am attempting to configure a new job, I may repeatedly build the HEAD revision of a project many times util the configuration is tuned to build correctly. Currently, the 'clean update' method does not clean up the local workspace if the repository has not changed since the last job run, so there are stale files left over from a prior failed build. The 'clean update' should still remove all non-versioned files even if the repository hasn't changed since the last job run.
---
Originally reported by bsipos, imported from: Clean update does not clean if no repository change
Raw content of original issue
If I am attempting to configure a new job, I may repeatedly build the HEAD revision of a project many times util the configuration is tuned to build correctly. Currently, the 'clean update' method does not clean up the local workspace if the repository has not changed since the last job run, so there are stale files left over from a prior failed build. The 'clean update' should still remove all non-versioned files even if the repository hasn't changed since the last job run.
- environment:
Fedora 17 server, RHEL5 and Windows XP slaves
Contributor guide
Assessment
This issue has not been assessed yet.