A plugin to upload files to Jfrog artifactory.
Build the plugin binary:
scripts/build.sh
Build the plugin image:
docker build -t plugins/artifactory -f docker/Dockerfile .
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_SOURCE=/drone/README.md \
-e PLUGIN_TARGET=/pcf \
-v $(pwd):/drone \
plugins/artifactory