artifactory-user-plugins icon indicating copy to clipboard operation
artifactory-user-plugins copied to clipboard

Add support for `copyArtifactToDisk` (true/false) param

Open pvdissel opened this issue 5 years ago • 1 comments

If copyArtifactToDisk is true, the artifacts are downloaded to the local disk path as configured with the environment variable ARTIFACTORY_DATA_ARCHIVE, before being removed from Artifactory.

If false (default), artifacts are removed from Artifactory.

No existing functionality is changed, just refactored for readability, maintainability, and testability.

Includes:

  • improved docs
  • improved logging
  • easier plugin development setup (incl. local Artifactory instance script, and gradle build)
  • extensive tests of all non-time-based functionality (eg. not testing if an x many days old artifact is going to be removed)

pvdissel avatar Jan 07 '20 13:01 pvdissel

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 20 '20 14:06 CLAassistant