https://github.com/jmccann/drone-artifactory
Drone plugin for publishing build artifacts to Artifactory
https://github.com/jmccann/drone-artifactory
artifactory drone-plugin
Last synced: 8 months ago
JSON representation
Drone plugin for publishing build artifacts to Artifactory
- Host: GitHub
- URL: https://github.com/jmccann/drone-artifactory
- Owner: jmccann
- License: apache-2.0
- Created: 2017-05-22T18:36:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T21:20:42.000Z (over 5 years ago)
- Last Synced: 2025-03-24T14:11:14.640Z (over 1 year ago)
- Topics: artifactory, drone-plugin
- Language: Go
- Size: 1.21 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-artifactory
Drone plugin to publish artifacts from the build to [Artifactory](https://www.jfrog.com/artifactory/).
For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
## Build
Build the binary with the following command:
```sh
go build
```
## Test
Test the code with the following command:
```sh
go test -v -race ./...
```
## Docker
Build the docker image with the following command:
```sh
docker build -t jmccann/drone-artifactory .
```