Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidparsson/svn-workspace-cleaner-plugin
A Jenkins CI plugin removing modules from workspaces when they're removed from a jobs SVN configuration.
https://github.com/davidparsson/svn-workspace-cleaner-plugin
jenkins jenkins-plugin svn
Last synced: 16 days ago
JSON representation
A Jenkins CI plugin removing modules from workspaces when they're removed from a jobs SVN configuration.
- Host: GitHub
- URL: https://github.com/davidparsson/svn-workspace-cleaner-plugin
- Owner: davidparsson
- Created: 2012-05-09T15:34:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T13:01:32.000Z (about 10 years ago)
- Last Synced: 2023-04-09T23:58:11.374Z (over 1 year ago)
- Topics: jenkins, jenkins-plugin, svn
- Language: Java
- Homepage: https://wiki.jenkins-ci.org/display/JENKINS/SVN+Workspace+Cleaner
- Size: 222 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jenkins SVN Module Cleaner Plugin
=================================A Jenkins CI plugin that automatically removes SVN modules from workspaces when the modules are removed from the job's SVN configuration.
Change Log
----------### 1.1 (August 26, 2014)
- Added support for removing unused Subversion modules in subdirectories of the build workspace.
### 1.0 (11 May 2012)
- Public release. No functional changes.
### 0.2 (10 May 2012)
- Only removing directories if they contain a .svn folder.
### 0.1 (10 May 2012)
- Initial version. Works with basic functionality.