You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround you can overwrite Artifactory instance's repo_name attribute value before performing any query in your purgelist() definition.
For example if your Artifactory repo's name is my-artifactory.repo, you could create a policy module named my_artifactory_repo.py and define purgelist() as:
Lavatory cannot read in the policy of a Artifactory repo name with format
my-artifactory.repo
, e.g. a created policymy_artifactory.repo.py
doesn't get read in.looks like we need an update to:
https://github.com/gogoair/lavatory/blob/master/src/lavatory/utils/setup_pluginbase.py#L51
to replace the
.
in the policy nameThe text was updated successfully, but these errors were encountered: