Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.