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
Copy file name to clipboardExpand all lines: metadata/expireFilesMetadata/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ Artifactory Expires Files Metadata User Plugin
3
3
4
4
This plugin expires files when they are requested according to file pattern and expire delay stored in properties file so that the files are redownloaded.
5
5
6
+
This plugin is supported for Generic repositories only.
7
+
6
8
This plugin is inspired from [Expires Packages Metadata User Plugin](https://github.com/jfrog/artifactory-user-plugins/tree/master/metadata/expirePackagesMetadata).
7
9
8
10
`expireFilesMetadata.json`
@@ -40,7 +42,7 @@ Features
40
42
41
43
This plugin runs every time a download request is received. It will force a check for expiry when:
42
44
43
-
- Artifact belongs to a remote repository
45
+
- Artifact belongs to a remote repository and its package type is generic
44
46
- Artifact local cache is older than the expire delay specified in the properties file
45
47
- Artifact name statisfying the pattern given in the properties file
0 commit comments