Skip to content

Drone plugin for publishing build artifacts to Artifactory

License

Notifications You must be signed in to change notification settings

jmccann/drone-artifactory

Repository files navigation

drone-artifactory

Drone plugin to publish artifacts from the build to Artifactory. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following command:

go build

Test

Test the code with the following command:

go test -v -race ./...

Docker

Build the docker image with the following command:

docker build -t jmccann/drone-artifactory .