Skip to content

destitutus/artifactory-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artifactory cleaner

============

Cleaner for generic repos for https://www.jfrog.com/artifactory/

Dependencies: python + pyhocon (pip install pyhocon) Rename cleaner.example.conf to cleaner.conf and update config data

Config example:

{
    "artifactory": {
        "url": "http://domain/artifactory",
        "auth": ""
    },
    "repos": [
        {
            "name": "libs-snapshot-local",
            "interval": 2592000
        }
    ],
    "exclude": ["maven-metadata.xml"]
}

Releases

No releases published

Packages

No packages published

Languages