We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, i need to delete all empty _upload folders. how to create rule for this case
The text was updated successfully, but these errors were encountered:
Doesn't artifactory remove all empty folders itself?
If DeleteEmptyFolders and IncludePath doesn't work together - one should have a look at this and create a PR.
DeleteEmptyFolders
IncludePath
Sorry, something went wrong.
DeleteEmptyFolders with IncludePath don't find directories. Maybe something wrong in my rules?
--- artifactory-cleanup: policies: - name: 'Removes _uploads folders content older than 1 day' rules: - rule: IncludePath masks: "*_uploads" - rule: DeleteOlderThan days: 1 - name: 'Removes empty _uploads folders' rules: - rule: RepoByMask mask: "*-docker-*-local" - rule: IncludePath masks: "*_uploads" - rule: DeleteEmptyFolders
No branches or pull requests
hello,
i need to delete all empty _upload folders.
how to create rule for this case
The text was updated successfully, but these errors were encountered: