devopshq / devopshq/artifactory-cleanup

Support for jfrog cloud

Open
#104 3 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
160
Forks
87
PR merge metrics
No merged PRs in 30d

Description

Hi,

Thanks a lot for this awesome tool!
I tried running it for our team's jfrog cloud artifactory (ybdb.jfrog.io). But the tool is adding `/storage` in between the url and the repo name.
e.g. if the repo name is `yugabyte` and the url for the repo is `https://ybdb.jfrog.io/artifactory/yugabyte/` then the tool is trying to go the url `https://ybdb.jfrog.io/artifactory/api/storage/yugabyte` which doesn't exist. The error gets thrown is as below.
```
[bmukheja@devserver-bkumar-2 ~]$ artifactory-cleanup --destroy
********************************************************************************
Destroy MODE
Checking 'yugabyte' repository exists.
401 Client Error: for url: https://ybdb.jfrog.io/artifactory/api/storage/yugabyte
The yugabyte repository does not exist!
```
Any help here?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.