Skip to content

Drone plugin for publishing artifacts to Artifactory

License

Notifications You must be signed in to change notification settings

shubham149/drone-artifactory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A plugin to upload files to Jfrog artifactory.

Building

Build the plugin binary:

scripts/build.sh

Build the plugin image:

docker build -t drone/drone-artifactory -f docker/Dockerfile .

Testing

Execute the plugin from your current working directory:

docker run --rm \
  -e PLUGIN_USERNAME=foo \
  -e PLUGIN_PASSWORD=bar \
  -e PLUGIN_URL=<url> \
  -e PLUGIN_SRC_FILE=/drone/README.md \
  -e PLUGIN_TARGET_FILE=/pcf \
  -v $(pwd):/drone \
  drone/drone-artifactory

About

Drone plugin for publishing artifacts to Artifactory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.4%
  • Shell 5.1%
  • Dockerfile 4.5%