Description

ARTIFACTORY: How to keep the Empty Folders in the Repositories?

AuthorFullName__c
Jian Sun
articleNumber
000005644
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-27T11:10:01Z
lastModifiedDate
2023-03-27
VersionNumber
1
By default, empty folders in the repository are dropped, since there is a global job in the background that triggers pruning. This job is controlled by two parameters, and the default values are:
artifactory.folderPruning.intervalSecs=300
artifactory.folderPruning.quietPeriodSecs=60
artifactory.folderPruning.intervalSecs=300 means that clean-up tasks are performed every 300 seconds.
artifactory.folderPruning.quietPeriodSecs=60” indicates an empty directory that has not changed in 60 seconds will be pruned.