Skip to content

JfrogPrasanna/artifactory-user-plugins

 
 

Repository files navigation

Artifactory Sample User Plugins

JFrog Workers is the newer, recommended way to easily extend the JFrog Platform (not just Artifactory) in a cloud-native way. While plugins are supported, we strongly suggest using JFrog Workers whenever possible. Learn more

Upgrade Notice

1. Artifactory Plugins Upgraded to Groovy 4 in Artifactory Version 7.101.0. Please note that the promotion plugin has been upgraded in order to be compatible with Groovy version upgrade. Upgrading this plugin requires moving to Groovy 4, which may also affect User Plugins. Which Branch to use?

  • master Artifactory Version 7.101.0 & above
  • artifactory-java-lower-than-21 Artifactory version 7.100.0 & below

2. Many of the artifactory user plugins are no longer compatible with the recent versions of Artifactory particularly after JDK17 support introduced in 7.43 and above.These deprecated plugins have been moved to the deprecated directory.

General Information

Worker alternative for plugins

Currently worker are support only for Enterprise X & plus licenece

User Plugin Worker
ArtifactCleanup ArtifactCleanup Sample
backUpFolder X
promotions X
checksums X
cleanDockerImages cleanDockerImages Sample
deleteByPropertyValue deleteByPropertyValue Sample
deleteDeprecatedPlugin X
deleteEmptyDirsPlugin deleteEmptyDirsPlugin Sample
mavenSnapshotCleanupWhenRelease X
cleanOldBuilds X
remoteBackup remoteBackup Sample
repoQuota repoQuota Sample
restrictOverwrite restrictOverwrite Sample
repoStats repoStats Sample
preventUnapproved X
getP2Urls X
getPropertySetsList X
getProxiesList X
getLayoutsList X

Contributing to Artifactory User plugin

JFrog Workers is the newer, recommended way to easily extend the JFrog Platform (not just Artifactory) in a cloud-native way. So limited feature request are considered on user plugin

For more complete instructions on contributing to Artifactory user plugin, please see CONTRIBUTING.md.

Copyright and License Information

Copyright © 2011, JFrog Ltd.

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 97.4%
  • Java 2.0%
  • Other 0.6%