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
Harness Community Slack - Join the #drone slack channel to connect with our engineers and other users running Drone CI.
Harness Community Forum - Ask questions, find answers, and help other users.
Report and Track A Bug - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce.
Events - Keep up to date with Drone events and check out previous events here.