-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Possibility to use Regex #111
Comments
That would be super helpful for deleting draft PR docker images, for example: - rule: IncludeFilename
masks:
- ".*/pr-[0-9]+" |
Doesn't it works for your cases? It includes - rule: IncludeFilename
masks:
- "*production-*"
- "*develop-*" Feel free to create a PR for the feature if it doesn't! |
Yes, but I would like a bit more control over what to exclude. In the example above I wanted it to match only |
I think that the removal of artifacts by regex will be possible after #118 |
The rule is available in |
It would be interesting if there was the possibility of using regex when configuring a rule in the artifactory-cleanup.yaml file, as in the example below:
That way I believe you would have more control over what you want to look for in a repository.
The text was updated successfully, but these errors were encountered: