No description
  • Go 62.5%
  • PowerShell 27%
  • Go Template 7.8%
  • Shell 2.7%
Find a file
2022-08-08 19:56:48 +05:30
docker review changes 2022-07-04 13:44:41 +05:30
plugin changed shell to powershell (#25) 2022-08-08 19:56:48 +05:30
scripts Fix nano server image publish (#21) 2022-04-22 15:59:17 +05:30
.drone.yml changed golang version to 1.18 2022-07-05 12:17:57 +05:30
.github_changelog_generator v1.0.3 release prep 2021-12-15 10:29:52 +00:00
.gitignore Boiler plate drone artifactory code 2020-11-04 15:20:30 +05:30
CHANGELOG.md v1.0.3 release prep 2021-12-15 10:29:52 +00:00
go.mod update golang version in go.mod file 2022-07-06 10:54:44 +05:30
go.sum (maint) update alpine to 3.15, go to 1.17.5 2021-12-13 12:32:03 +00:00
LICENSE.md Boiler plate drone artifactory code 2020-11-04 15:20:30 +05:30
main.go Update main.go 2021-10-21 14:07:10 +01:00
README.md Add community information (#16) 2022-04-21 22:09:45 +05:30

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.