telia-actions/Delete old artifacts from JFrog repository
Deletes old artifacts from given repository in JFrog. Uses Powershell.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jfrog-repo-name | Name of JFrog repository to delete old artifacts from | yes | — |
| jfrog-username | Deprecated. JFrog username to use for deleting old artifacts. Should have DELETE permissions. Should be omitted if JFrog OIDC with GitHub is set. | no | — |
| jfrog-password | Deprecated. JFrog user password. Should be omitted if JFrog OIDC with GitHub is set. | no | — |
| artifact-prefix-to-search | Prefix of the artifacts to check | yes | Telia |
| limit-of-months | Limit of months how old should be the artifact to be deleted | yes | 6 |
| minimum-number-of-artifacts-to-leave | Minimum number of artifacts to leave even if they are old. This is a precautionary parameter to prevent deleting latest old artifacts as they might be the ones currently deployed. | yes | 100 |
Outputs
no outputs