|
CruiseControl.NET : Artifact Cleanup Publisher
This page last changed on Mar 14, 2009 by dcameron.
The artifact CleanUp publisher allows for automatic removal of the buildlogs according to the choosen setting. It relies on the build log folder, so the XML publisher must be specified before this publisher can run. For technical reasons this publisher MUST reside in the publisher section, it will not work in the tasks section. Be sure to specify the XMLLogger before this one. Example<artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="50" /> This will keep the last 50 builds in the buildlog folder.
Supported cleaning up methods :
|
| Document generated by Confluence on Mar 14, 2009 02:55 |