Back to index
Summary
Deletes stale artifact versions from the repository backing-store. A "stale artifact version" is one whose metadata was previously deleted from the CloudBees CD/RO server. If you are not logged in as "admin", you cannot use this command. However, using the force option overrides admin login privileges.
backingStoreDirectoryStringrequiredThe repository directory where artifact versions are stored. forceBooleanoptional< Boolean flag— |
Usage
Perl
$cmdr->cleanupRepository( "test-backingStoreDirectory" # backingStoreDirectory # optionals );
ectool
ectool cleanupRepository \ "test-backingStoreDirectory" `# backingStoreDirectory` \ # optionals