An open API service indexing awesome lists of open source software.

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

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 .
```