mirror of
https://github.com/rssnyder/drone-artifactory
synced 2026-06-30 16:30:31 -05:00
No description
- Go 62.5%
- PowerShell 27%
- Go Template 7.8%
- Shell 2.7%
| docker | ||
| plugin | ||
| scripts | ||
| .drone.yml | ||
| .github_changelog_generator | ||
| .gitignore | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| main.go | ||
| README.md | ||
A plugin to upload files to Jfrog artifactory.
Building
Build the plugin binary:
scripts/build.sh
Build the plugin image:
docker build -t plugins/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_SOURCE=/drone/README.md \
-e PLUGIN_TARGET=/pcf \
-v $(pwd):/drone \
plugins/artifactory
Community and Support
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.