Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 582 Bytes

File metadata and controls

19 lines (13 loc) · 582 Bytes

Artifactory Delete Empty Dirs User Plugin

This plugin deletes all empty directories found inside any of a given set of paths.

Parameters

This plugin takes one parameter, called paths, which consists of a comma-separated list of paths to search for empty directories in. Each path is in the form repository-name/path/to/dir.

Executing

To execute the plugin:

curl -X POST -v -u admin:password "http://localhost:8080/artifactory/api/plugins/execute/deleteEmptyDirsPlugin?params=paths=repo,otherRepo/some/path"